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

OutputFileBlobContainerDestination.Path 属性

定义

获取要将文件上传到的 Azure 存储容器中的目标 blob 或虚拟目录 () 。

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

属性值

注解

如果 FilePattern 引用特定文件 (即它不包含通配符) ,则这是要向其上传该文件的 Blob 的名称。

如果 FilePattern 包含通配符 (,因此可能与多个文件) 匹配,则这是 blob 虚拟目录的名称 (,该名称将追加到每个 blob 名称) , () 上传到该名称。

如果省略,则文件 () 上传到容器的根目录,其 Blob 名称与其文件名匹配。

适用于