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

Optional parameters for BlobContainerClient::Create. More...

#include <blob_options.hpp>

Public Attributes

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

Detailed Description

Optional parameters for BlobContainerClient::Create.


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