ShardDetail

Provides details of a shard in a snapshot

Types

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

Properties

Link copied to clipboard

The configuration details of the shard

Link copied to clipboard
val name: String?

The name of the shard

Link copied to clipboard
val size: String?

The size of the shard's snapshot

Link copied to clipboard

The date and time that the shard's snapshot was created

Functions

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