IcebergResponse

data class IcebergResponse(    val specs: Array<IcebergPartitionSpecResponse>? = null,     val properties: Map<String, String>? = null,     val snapshotId: String? = null,     val version: String? = null)

Represents a response containing Iceberg-related information.

Constructors

Link copied to clipboard
constructor(    specs: Array<IcebergPartitionSpecResponse>? = null,     properties: Map<String, String>? = null,     snapshotId: String? = null,     version: String? = null)

Properties

Link copied to clipboard
val properties: Map<String, String>? = null

Additional properties related to Iceberg.

Link copied to clipboard
val snapshotId: String? = null

The ID of the Iceberg snapshot.

Link copied to clipboard

The array of Iceberg partition specifications.

Link copied to clipboard
val version: String? = null

The version of the Iceberg.