DataflowEndpointKafkaCompression Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET