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

OutputFileBlobContainerDestination.Path Property

Definition

Gets the destination blob or virtual directory within the Azure Storage container to which to upload the file(s).

public string Path { get; }
member this.Path : string
Public ReadOnly Property Path As String

Property Value

Remarks

If FilePattern refers to a specific file (i.e. it contains no wildcards), then this is the name of the blob to which to upload that file.

If FilePattern contains wildcards (and may therefore match multiple files), then this then this is the name of the blob virtual directory (which is prepended to each blob name) to which to upload the file(s).

If omitted, file(s) are uploaded to the root of the container with a blob name matching their file name.

Applies to