KustoPoolCompressionType Struct

Definition

The compression type.

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

Constructors

KustoPoolCompressionType(String)

Initializes a new instance of KustoPoolCompressionType.

Properties

GZip

GZip.

None

None.

Methods

Equals(KustoPoolCompressionType)

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(KustoPoolCompressionType, KustoPoolCompressionType)

Determines if two KustoPoolCompressionType values are the same.

Implicit(String to KustoPoolCompressionType)

Converts a string to a KustoPoolCompressionType.

Inequality(KustoPoolCompressionType, KustoPoolCompressionType)

Determines if two KustoPoolCompressionType values are not the same.

Applies to