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

Response type for Azure::Storage::Blobs::BlobContainerClient::Create.

#include <blob_rest_client.hpp>

Public Attributes

bool Created = true
 
Azure::ETag ETag
 
Azure::DateTime LastModified
 

Member Data Documentation

◆ Created

bool Azure::Storage::Blobs::Models::CreateBlobContainerResult::Created = true

Indicates if the container was successfully created in this operation.

◆ ETag

Azure::ETag Azure::Storage::Blobs::Models::CreateBlobContainerResult::ETag

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

◆ LastModified

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


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