你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
KustoPoolCompressionType(String)

Initializes a new instance of KustoPoolCompressionType.

Properties

Name Description
GZip

GZip.

None

None.

Methods

Name Description
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

Name Description
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