BlobChangeFeedEventData.UpdatedBlobProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Blob properties that were updated during this event.
public System.Collections.Generic.Dictionary<string,Azure.Storage.Blobs.ChangeFeed.BlobPropertyChange> UpdatedBlobProperties { get; }
member this.UpdatedBlobProperties : System.Collections.Generic.Dictionary<string, Azure.Storage.Blobs.ChangeFeed.BlobPropertyChange>
Public ReadOnly Property UpdatedBlobProperties As Dictionary(Of String, BlobPropertyChange)