Ingestion

class Ingestion

Information about the SPICE ingestion for a dataset.

Types

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the resource.

Link copied to clipboard

The time that this ingestion started.

Link copied to clipboard

Error information for this ingestion.

Link copied to clipboard

Ingestion ID.

Link copied to clipboard

The size of the data ingested, in bytes.

Link copied to clipboard

Ingestion status.

Link copied to clipboard

The time that this ingestion took, measured in seconds.

Link copied to clipboard

Information about a queued dataset SPICE ingestion.

Link copied to clipboard

Event source for this ingestion.

Link copied to clipboard

Type of this ingestion.

Link copied to clipboard

Information about rows for a data set SPICE ingestion.

Functions

Link copied to clipboard
inline fun copy(block: Ingestion.Builder.() -> Unit = {}): Ingestion
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