Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface GetSnapshotBlockCommandOutputProtected

The output of GetSnapshotBlockCommand.

Hierarchy

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

BlockData?: SdkStream<undefined | Readable | ReadableStream<any> | Blob>

The data content of the block.

Checksum?: string

The checksum generated for the block, which is Base64 encoded.

ChecksumAlgorithm?: string

The algorithm used to generate the checksum for the block, such as SHA256.

DataLength?: number

The size of the data in the block.