package
1.6.1-beta.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
BatchBuilder is used for creating the batch operations list.
BatchDeleteOptions contains the optional parameters for the BatchBuilder.Delete method.
BatchSetTierOptions contains the optional parameters for the BatchBuilder.SetTier method.
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.
GetSASURLOptions contains the optional parameters for the Client.GetSASURL 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.
SubmitBatchOptions contains the optional parameters for the Client.SubmitBatch method.
SubmitBatchResponse contains the response from method Client.SubmitBatch.
# Type aliases
AccessConditions identifies container-specific access conditions which you optionally set.
AccountKind defines values for AccountKind.
BatchResponseItem contains the response for the individual sub-requests.
BlobGeoReplicationStatus - The status of the secondary location.
BlobTag - a key/value pair on a blob.
BlobTags - Blob tags.
ClientOptions contains the optional parameters when creating a Client.
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.
FilterBlobSegment - The result of a Filter Blobs API call.
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.
ListContainersSegmentResponse - An enumeration of containers.
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.