Azure.Storage.DataMovement.Blobs Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AppendBlobStorageResourceOptions |
Optional parameters specific to Append Blobs using Azure.Storage.DataMovement.Blobs.AppendBlobStorageResource. |
BlobContainerClientTransferOptions |
Options applying to data transfer uploads and downloads using the BlobContainerClient extension methods StartDownloadToDirectoryAsync(BlobContainerClient, String, BlobContainerClientTransferOptions) and StartUploadDirectoryAsync(BlobContainerClient, String, BlobContainerClientTransferOptions). |
BlobsStorageResourceProvider |
Provider for a StorageResource configured for an Azure Blob Storage resource. |
BlobStorageResourceContainerOptions |
Options parameters when using a Azure.Storage.DataMovement.Blobs.BlobStorageResourceContainer. |
BlobStorageResourceOptions |
Optional parameters for all Blob Storage resource types. |
BlockBlobStorageResourceOptions |
Optional parameters specific to Block Blobs using Azure.Storage.DataMovement.Blobs.BlockBlobStorageResource. |
PageBlobStorageResourceOptions |
Optional parameters specific to Page Blobs using Azure.Storage.DataMovement.Blobs.PageBlobStorageResource. |
Delegates
BlobsStorageResourceProvider.GetAzureSasCredential |
Delegate for fetching a SAS credential for a given URI. |
BlobsStorageResourceProvider.GetStorageSharedKeyCredential |
Delegate for fetching a shared key credential for a given URI. |
BlobsStorageResourceProvider.GetTokenCredential |
Delegate for fetching a token credential for a given URI. |
Azure SDK for .NET