Freigeben über


EventHubMessagesCompressionType Struct

Definition

The compression type.

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

Constructors

Name Description
EventHubMessagesCompressionType(String)

Initializes a new instance of EventHubMessagesCompressionType.

Properties

Name Description
GZip

GZip.

None

None.

Methods

Name Description
Equals(EventHubMessagesCompressionType)

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

Name Description
Equality(EventHubMessagesCompressionType, EventHubMessagesCompressionType)

Determines if two EventHubMessagesCompressionType values are the same.

Implicit(String to EventHubMessagesCompressionType)

Converts a String to a EventHubMessagesCompressionType.

Inequality(EventHubMessagesCompressionType, EventHubMessagesCompressionType)

Determines if two EventHubMessagesCompressionType values are not the same.

Applies to