AzureQueueJsonDataAdapterOptions
class
Namespace: Orleans.Streaming.AzureStorage.Providers.Streams.AzureQueue.Json
Configuration options for the Azure Queue JSON data adapter.
[System.Diagnostics.CodeAnalysis.Experimental(StreamingJsonSerializationExperimental, UrlFormat = https://github.com/dotnet/orleans/pull/9618)]public class AzureQueueJsonDataAdapterOptionsConstructors
Properties
EnableFallbackGets or sets a value indicating whether to enable fallback to binary serialization when JSON serialization fails. Default is true.PreferJsonGets 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.
