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

BlobItemInternal interface

Azure 存储 Blob

属性

blobTags

Blob 标记

deleted
hasVersionsOnly

具有任何版本的非活动根 Blob 将具有值为 true 的此类标记。

isCurrentVersion
metadata

<字符串> 字典

name
objectReplicationMetadata

<字符串> 字典

properties

Blob 的属性

snapshot
versionId

属性详细信息

blobTags

Blob 标记

blobTags?: BlobTags

属性值

deleted

deleted: boolean

属性值

boolean

hasVersionsOnly

具有任何版本的非活动根 Blob 将具有值为 true 的此类标记。

hasVersionsOnly?: boolean

属性值

boolean

isCurrentVersion

isCurrentVersion?: boolean

属性值

boolean

metadata

<字符串> 字典

metadata?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}

name

name: string

属性值

string

objectReplicationMetadata

<字符串> 字典

objectReplicationMetadata?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}

properties

Blob 的属性

properties: BlobPropertiesInternal

属性值

snapshot

snapshot: string

属性值

string

versionId

versionId?: string

属性值

string