Skip to content

AzureQueueJsonDataAdapterOptions Properties

Configuration options for the Azure Queue JSON data adapter.

EnableFallback

getset
View source
public bool EnableFallback
Gets or sets a value indicating whether to enable fallback to binary serialization when JSON serialization fails. Default is true.

PreferJson

getset
View source
public bool PreferJson
Gets or sets a value indicating whether to prefer JSON serialization/deserialization first, then fallback to binary. When false, it will try binary serialization/deserialization first, then fallback to JSON.