다음을 통해 공유


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

EventHubMessagesCompressionType(String)

Initializes a new instance of EventHubMessagesCompressionType.

Properties

GZip

GZip.

None

None.

Methods

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

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