PutSnapshotBlockRequest
class PutSnapshotBlockRequest
Types
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
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 ID of the snapshot.