IcebergStats

data class IcebergStats(val stats: Map<String, String>? = null, val timeline: Map<String, Map<String, String>>? = null, val properties: Map<String, String>? = null)

Represents statistics and timeline information related to Iceberg.

Constructors

Link copied to clipboard
constructor(stats: Map<String, String>? = null, timeline: Map<String, Map<String, String>>? = null, properties: Map<String, String>? = null)

Properties

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

Additional properties related to Iceberg.

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

The statistics for Iceberg.

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

The timeline information for Iceberg.