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

Optional parameters for Azure::Storage::Blobs::BlobContainerClient::Create.

#include <blob_options.hpp>

Public Attributes

Models::PublicAccessType AccessType = Models::PublicAccessType::None
 Specifies whether data in the container may be accessed publicly and the level of access.
 
Storage::Metadata Metadata
 Name-value pairs to associate with the container as metadata.
 
Azure::Nullable< std::string > DefaultEncryptionScope
 The encryption scope to use as the default on the container.
 
Azure::Nullable< bool > PreventEncryptionScopeOverride
 If true, prevents any blob upload from specifying a different encryption scope.
 

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