Share via


RoutingStorageContainerProperties.Encoding Property

Definition

Encoding that is used to serialize messages to blobs. Supported values are 'avro', 'avrodeflate', and 'JSON'. Default value is 'avro'.

public Azure.ResourceManager.IotHub.Models.RoutingStorageContainerPropertiesEncoding? Encoding { get; set; }
member this.Encoding : Nullable<Azure.ResourceManager.IotHub.Models.RoutingStorageContainerPropertiesEncoding> with get, set
Public Property Encoding As Nullable(Of RoutingStorageContainerPropertiesEncoding)

Property Value

Applies to