Snapshot

class Snapshot

Describes a directory snapshot.

Types

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

Properties

Link copied to clipboard

The directory identifier.

Link copied to clipboard
val name: String?

The descriptive name of the snapshot.

Link copied to clipboard

The snapshot identifier.

Link copied to clipboard

The date and time that the snapshot was taken.

Link copied to clipboard

The snapshot status.

Link copied to clipboard

The snapshot type.

Functions

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