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

Response type for Azure::Storage::Blobs::PageBlobClient::UploadPagesFromUri.

#include <blob_rest_client.hpp>

Public Attributes

Azure::ETag ETag
 
Azure::DateTime LastModified
 
Azure::Nullable< ContentHash > TransactionalContentHash
 
int64_t SequenceNumber = 0
 
bool IsServerEncrypted = false
 
Azure::Nullable< std::vector< uint8_t > > EncryptionKeySha256
 
Azure::Nullable< std::string > EncryptionScope
 

Member Data Documentation

◆ EncryptionKeySha256

Azure::Nullable<std::vector<uint8_t> > Azure::Storage::Blobs::Models::UploadPagesFromUriResult::EncryptionKeySha256

The SHA-256 hash of the encryption key used to encrypt the blob data and metadata.

◆ EncryptionScope

Azure::Nullable<std::string> Azure::Storage::Blobs::Models::UploadPagesFromUriResult::EncryptionScope

Name of the encryption scope used to encrypt the blob data and metadata.

◆ ETag

Azure::ETag Azure::Storage::Blobs::Models::UploadPagesFromUriResult::ETag

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

◆ IsServerEncrypted

bool Azure::Storage::Blobs::Models::UploadPagesFromUriResult::IsServerEncrypted = false

True if the blob data and metadata are completely encrypted using the specified algorithm. Otherwise, the value is set to false (when the blob is unencrypted, or if only parts of the blob/application metadata are encrypted).

◆ LastModified

Azure::DateTime Azure::Storage::Blobs::Models::UploadPagesFromUriResult::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.

◆ SequenceNumber

int64_t Azure::Storage::Blobs::Models::UploadPagesFromUriResult::SequenceNumber = 0

The current sequence number for a page blob. This value is null for block blobs or append blobs.

◆ TransactionalContentHash

Azure::Nullable<ContentHash> Azure::Storage::Blobs::Models::UploadPagesFromUriResult::TransactionalContentHash

The request may return a CRC64 or MD5 hash for the downloaded range of data.


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