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

ContentLink interface

The content link.

Properties

contentHash

The content hash. NOTE: This property will not be serialized. It can only be populated by the server.

contentSize

The content size. NOTE: This property will not be serialized. It can only be populated by the server.

contentVersion

The content version. NOTE: This property will not be serialized. It can only be populated by the server.

metadata

The metadata. NOTE: This property will not be serialized. It can only be populated by the server.

uri

The content link URI.

Property Details

The content hash. NOTE: This property will not be serialized. It can only be populated by the server.

contentHash?: ContentHash

Property Value

The content size. NOTE: This property will not be serialized. It can only be populated by the server.

contentSize?: number

Property Value

number

The content version. NOTE: This property will not be serialized. It can only be populated by the server.

contentVersion?: string

Property Value

string

The metadata. NOTE: This property will not be serialized. It can only be populated by the server.

metadata?: Record<string, unknown>

Property Value

Record<string, unknown>

The content link URI.

uri?: string

Property Value

string