EventGridEvent.Data Property

Definition

Gets or sets the event payload as BinaryData. Using BinaryData, one can deserialize the payload into rich data, or access the raw JSON data using ToString().

public BinaryData Data { get; set; }
member this.Data : BinaryData with get, set
Public Property Data As BinaryData

Property Value

Applies to