次の方法で共有


DataflowEndpointKafkaCompression Struct

Definition

Kafka endpoint Compression properties.

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

Constructors

DataflowEndpointKafkaCompression(String)

Initializes a new instance of DataflowEndpointKafkaCompression.

Properties

Gzip

Gzip Option.

Lz4

LZ4 Option.

None

NONE Option.

Snappy

SNAPPY Option.

Methods

Equals(DataflowEndpointKafkaCompression)

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

Determines if two DataflowEndpointKafkaCompression values are the same.

Implicit(String to DataflowEndpointKafkaCompression)

Converts a String to a DataflowEndpointKafkaCompression.

Inequality(DataflowEndpointKafkaCompression, DataflowEndpointKafkaCompression)

Determines if two DataflowEndpointKafkaCompression values are not the same.

Applies to