QueueInfo

class QueueInfo

Information about a queued dataset SPICE ingestion.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.

Link copied to clipboard

The ID of the queued ingestion.

Functions

Link copied to clipboard
inline fun copy(block: QueueInfo.Builder.() -> Unit = {}): QueueInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String