azure-storage-blobs
Public Attributes | List of all members
Azure::Storage::Blobs::Models::GetBlockListResult Struct Referencefinal

Response type for Azure::Storage::Blobs::BlockBlobClient::GetBlockList.

#include <blob_rest_client.hpp>

Public Attributes

Azure::ETag ETag
 
Azure::DateTime LastModified
 
int64_t BlobSize = 0
 
std::vector< BlobBlockCommittedBlocks
 
std::vector< BlobBlockUncommittedBlocks
 

Member Data Documentation

◆ BlobSize

int64_t Azure::Storage::Blobs::Models::GetBlockListResult::BlobSize = 0

Size of the blob.

◆ CommittedBlocks

std::vector<BlobBlock> Azure::Storage::Blobs::Models::GetBlockListResult::CommittedBlocks

Collection of committed blocks.

◆ ETag

Azure::ETag Azure::Storage::Blobs::Models::GetBlockListResult::ETag

The ETag contains a value that you can use to perform operations conditionally.

◆ LastModified

Azure::DateTime Azure::Storage::Blobs::Models::GetBlockListResult::LastModified

The date and time the container was last modified. Any operation that modifies the blob, including an update of the metadata or properties, changes the last-modified time of the blob.

◆ UncommittedBlocks

std::vector<BlobBlock> Azure::Storage::Blobs::Models::GetBlockListResult::UncommittedBlocks

Collection of uncommitted blocks.


The documentation for this struct was generated from the following file: