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