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

ContentLink Class

The content link.

Constructor

ContentLink(*args: Any, **kwargs: Any)

Variables

Name Description
uri
str

The content link URI.

content_version
str

The content version.

content_size
int

The content size.

content_hash

The content hash.

metadata
any

The metadata.

Attributes

The content hash.

content_hash: _models.ContentHash | None

The content size.

content_size: int | None

The content version.

content_version: str | None

The metadata.

metadata: Any | None

The content link URI.

uri: str | None