BlobStorageResourceContainerOptions Class

Definition

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.

Options parameters when using a Azure.Storage.DataMovement.Blobs.BlobStorageResourceContainer.

C#
public class BlobStorageResourceContainerOptions
Inheritance
BlobStorageResourceContainerOptions

Constructors

Properties

BlobDirectoryPrefix

Optional. The directory prefix within the Blob Storage Container to use in the transfer.

BlobOptions

Optional. Additional options applied to each resource in the container.

BlobPrefix

Optional. The directory prefix within the Blob Storage Container to use in the transfer.

BlobType

Optional. The BlobType that will be used when uploading blobs to the destination.

Defaults to preserving the blob type if the source is also a blob. If the source is not a blob, will default to Block Blob. If explicitly set to null, the source blob type will not be preserved, and be transferred as a Block Blob.

Applies to

Product Versions
Azure SDK for .NET Latest, Preview