package
0.6.1
Repository: https://github.com/azure/azure-sdk-for-go.git
Documentation: pkg.go.dev

# Functions

NewClient creates an instance of Client with the specified values.
NewClientFromConnectionString creates an instance of Client with the specified values.
NewClientWithNoCredential creates an instance of Client with the specified values.
NewClientWithSharedKeyCredential creates an instance of Client with the specified values.
NewSharedKeyCredential creates an immutable SharedKeyCredential containing the storage account's name and either its primary or secondary key.
PossibleAccountKindValues returns the possible values for the AccountKind const type.
PossibleBlobGeoReplicationStatusValues returns the possible values for the BlobGeoReplicationStatus const type.
PossibleListContainersIncludeTypeValues returns the possible values for the ListContainersIncludeType const type.
PossiblePublicAccessTypeValues returns the possible values for the PublicAccessType const type.
PossibleSKUNameValues returns the possible values for the SKUName const type.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ContainerNameLogs is the special Azure Storage name used to identify a storage account's logs container.
ContainerNameRoot is the special Azure Storage name used to identify a storage account's root container.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ClientOptions contains the optional parameters when creating a Client.
FilterBlobsOptions provides set of options for Client.FindBlobsByTags.
GetAccountInfoOptions provides set of options for Client.GetAccountInfo.
GetPropertiesOptions contains the optional parameters for the Client.GetProperties method.
GetStatisticsOptions provides set of options for Client.GetStatistics.
GetUserDelegationCredentialOptions contains optional parameters for Service.GetUserDelegationKey method.
ListContainersInclude indicates what additional information the service should return with each container.
ListContainersOptions provides set of configurations for ListContainers operation.
SetPropertiesOptions provides set of options for Client.SetProperties.

# Type aliases

AccessConditions identifies container-specific access conditions which you optionally set.
AccountKind defines values for AccountKind.
BlobGeoReplicationStatus - The status of the secondary location.
BlobTag - a key/value pair on a blob.
ContainerItem - An Azure Storage container returned from method Client.ListContainersSegment.
ContainerProperties - Properties of a container.
CorsRule - CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain.
CpkInfo contains a group of parameters for the BlobClient.Download method.
CpkScopeInfo contains a group of parameters for the BlobClient.SetMetadata method.
CreateContainerOptions contains the optional parameters for the container.Client.Create method.
CreateContainerResponse contains the response from method container.Client.Create.
DeleteContainerOptions contains the optional parameters for the container.Client.Delete method.
DeleteContainerResponse contains the response from method container.Client.Delete.
FilterBlobItem - Blob info returned from method Client.FilterBlobs.
FilterBlobsResponse contains the response from method Client.FilterBlobs.
GeoReplication - Geo-Replication information for the Secondary Storage Service.
GetAccountInfoResponse contains the response from method Client.GetAccountInfo.
GetPropertiesResponse contains the response from method Client.GetProperties.
GetStatisticsResponse contains the response from method Client.GetStatistics.
GetUserDelegationKeyResponse contains the response from method ServiceClient.GetUserDelegationKey.
KeyInfo contains KeyInfo struct.
ListContainersIncludeType defines values for ListContainersIncludeType.
ListContainersResponse contains the response from method Client.ListContainersSegment.
Logging - Azure Analytics Logging settings.
Metrics - a summary of request statistics grouped by API in hour or minute aggregates for blobs.
PublicAccessType defines values for AccessType - private (default) or blob or container.
RestoreContainerOptions contains the optional parameters for the container.Client.Restore method.
RestoreContainerResponse contains the response from method container.Client.Restore.
RetentionPolicy - the retention policy which determines how long the associated data should persist.
SetPropertiesResponse contains the response from method Client.SetProperties.
SharedKeyCredential contains an account's name and its primary or secondary key.
SKUName defines values for SkuName - LRS, GRS, RAGRS, ZRS, Premium LRS.
StaticWebsite - The properties that enable an account to host a static website.
StorageServiceProperties - Storage Service Properties.
StorageServiceStats - Stats for the storage service.
UserDelegationCredential contains an account's name and its user delegation key.
UserDelegationKey contains UserDelegationKey.