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

Describes a sinlge block in block blob.

#include <blob_rest_client.hpp>

Public Attributes

std::string Name
 
int64_t Size = 0
 

Member Data Documentation

◆ Name

std::string Azure::Storage::Blobs::Models::BlobBlock::Name

Base64 encoded block ID.

◆ Size

int64_t Azure::Storage::Blobs::Models::BlobBlock::Size = 0

Block size in bytes.


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