你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContentLink interface
The content link.
Properties
content |
The content hash. NOTE: This property will not be serialized. It can only be populated by the server. |
content |
The content size. NOTE: This property will not be serialized. It can only be populated by the server. |
content |
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
contentHash
The content hash. NOTE: This property will not be serialized. It can only be populated by the server.
contentHash?: ContentHash
Property Value
contentSize
The content size. NOTE: This property will not be serialized. It can only be populated by the server.
contentSize?: number
Property Value
number
contentVersion
The content version. NOTE: This property will not be serialized. It can only be populated by the server.
contentVersion?: string
Property Value
string
metadata
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>
uri
The content link URI.
uri?: string
Property Value
string