CompleteSnapshotRequest

Types

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

Properties

Link copied to clipboard

The number of blocks that were written to the snapshot.

Link copied to clipboard

An aggregated Base-64 SHA256 checksum based on the checksums of each written block.

Link copied to clipboard

The aggregation method used to generate the checksum. Currently, the only supported aggregation method is LINEAR.

Link copied to clipboard

The algorithm used to generate the checksum. Currently, the only supported algorithm is SHA256.

Link copied to clipboard

The ID of the snapshot.

Functions

Link copied to clipboard
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