Share via


RoutingStorageContainerPropertiesEncoding Struct

Definition

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

public readonly struct RoutingStorageContainerPropertiesEncoding : IEquatable<Azure.ResourceManager.IotHub.Models.RoutingStorageContainerPropertiesEncoding>
type RoutingStorageContainerPropertiesEncoding = struct
Public Structure RoutingStorageContainerPropertiesEncoding
Implements IEquatable(Of RoutingStorageContainerPropertiesEncoding)
Inheritance
RoutingStorageContainerPropertiesEncoding
Implements

Constructors

RoutingStorageContainerPropertiesEncoding(String)

Initializes a new instance of RoutingStorageContainerPropertiesEncoding.

Properties

Avro

Avro.

AvroDeflate

AvroDeflate.

Json

JSON.

Methods

Equals(RoutingStorageContainerPropertiesEncoding)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(RoutingStorageContainerPropertiesEncoding, RoutingStorageContainerPropertiesEncoding)

Determines if two RoutingStorageContainerPropertiesEncoding values are the same.

Implicit(String to RoutingStorageContainerPropertiesEncoding)

Converts a string to a RoutingStorageContainerPropertiesEncoding.

Inequality(RoutingStorageContainerPropertiesEncoding, RoutingStorageContainerPropertiesEncoding)

Determines if two RoutingStorageContainerPropertiesEncoding values are not the same.

Applies to