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

BlobChangeFeedEventData.DestinationUri Property

Definition

The url of the file that will exist after the operation completes. For example, if a file is renamed, the destinationUrl property contains the url of the new file name. Appears only for events triggered on blob storage accounts that have a hierarchical namespace.

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

Property Value

Uri

Applies to