ConnectorTriggerPayload.SerializerOptions Property

Definition

Gets a copy of the JsonSerializerOptions used to read trigger callback payloads. Property matching is case-insensitive so camelCase wire fields bind correctly.

public static System.Text.Json.JsonSerializerOptions SerializerOptions { get; }
static member SerializerOptions : System.Text.Json.JsonSerializerOptions
Public Shared ReadOnly Property SerializerOptions As JsonSerializerOptions

Property Value

Applies to