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

Response type for Azure::Storage::Blobs::BlobLeaseClient::Change.

#include <blob_responses.hpp>

Public Attributes

Azure::ETag ETag
 
Azure::DateTime LastModified
 
std::string LeaseId
 

Member Data Documentation

◆ ETag

Azure::ETag Azure::Storage::Blobs::Models::ChangeLeaseResult::ETag

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

◆ LastModified

Azure::DateTime Azure::Storage::Blobs::Models::ChangeLeaseResult::LastModified

The date/time that the blob was last modified. The date format follows RFC 1123.

◆ LeaseId

std::string Azure::Storage::Blobs::Models::ChangeLeaseResult::LeaseId

When you request a lease, the Blob service returns a unique lease ID. While the lease is active, you must include the lease ID with any request to write to the blob, or to renew, change, or release the lease.


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