PutSnapshotBlockRequest

Types

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

Properties

Link copied to clipboard

The data to write to the block.

Link copied to clipboard

The block index of the block in which to write the data. A block index is a logical index in units of 512 KiB blocks. To identify the block index, divide the logical offset of the data in the logical volume by the block size (logical offset of data/524288). The logical offset of the data must be 512 KiB aligned.

Link copied to clipboard

A Base64-encoded SHA256 checksum of the data. Only SHA256 checksums are supported.

Link copied to clipboard

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

Link copied to clipboard

The size of the data to write to the block, in bytes. Currently, the only supported size is 524288 bytes.

Link copied to clipboard

The progress of the write process, as a percentage.

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