Share via


BlobStorageResourceContainerOptions Class

Definition

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

public class BlobStorageResourceContainerOptions
type BlobStorageResourceContainerOptions = class
Public Class BlobStorageResourceContainerOptions
Inheritance
BlobStorageResourceContainerOptions

Constructors

BlobStorageResourceContainerOptions()

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.

BlobType

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

Defaults to Block.

Applies to