TriggerCallbackBody<T>.Value Property

Definition

The list of trigger items delivered by the connector trigger. Contains all items regardless of whether the callback arrived in batch or single-item shape. May be null when the source payload contained an explicit "value": null property (or a null body), so consumers should null-check before iterating.

[System.Text.Json.Serialization.JsonPropertyName("value")]
public System.Collections.Generic.IReadOnlyList<T>? Value { get; }
[<System.Text.Json.Serialization.JsonPropertyName("value")>]
member this.Value : System.Collections.Generic.IReadOnlyList<'T>
Public ReadOnly Property Value As IReadOnlyList(Of T)

Property Value

Attributes

Applies to