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

ResourceFile.BlobPrefix 属性

定义

获取或设置从 Azure 存储容器下载 Blob 时要使用的 blob 前缀。 仅下载名称以指定前缀开头的 blob。

[Newtonsoft.Json.JsonProperty(PropertyName="blobPrefix")]
public string BlobPrefix { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="blobPrefix")>]
member this.BlobPrefix : string with get, set
Public Property BlobPrefix As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

仅当使用 autoStorageContainerName 或 storageContainerUrl 时, 属性才有效。 此前缀可以是部分文件名或子目录。 如果未指定前缀,则将下载容器中的所有文件。

适用于