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

BlobChangeFeedEventData.Uri Property

Definition

The path to the blob. If the client uses a Blob REST API, then the url has this structure: (storage-account-name).blob.core.windows.net/(container-name)/(file-name) If the client uses a Data Lake Storage REST API, then the url has this structure: (storage-account-name).dfs.core.windows.net/(file-system-name)/(file-name).

public Uri Uri { get; }
member this.Uri : Uri
Public ReadOnly Property Uri As Uri

Property Value

Uri

Applies to