你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.

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