DataflowEndpointKafkaPartitionStrategy 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.
DataflowEndpoint Kafka Partition Strategy properties.
public readonly struct DataflowEndpointKafkaPartitionStrategy : IEquatable<Azure.ResourceManager.IotOperations.Models.DataflowEndpointKafkaPartitionStrategy>
type DataflowEndpointKafkaPartitionStrategy = struct
Public Structure DataflowEndpointKafkaPartitionStrategy
Implements IEquatable(Of DataflowEndpointKafkaPartitionStrategy)
- Inheritance
-
DataflowEndpointKafkaPartitionStrategy
- Implements
Constructors
DataflowEndpointKafkaPartitionStrategy(String) |
Initializes a new instance of DataflowEndpointKafkaPartitionStrategy. |
Properties
Default |
Default: Assigns messages to random partitions, using a round-robin algorithm. |
Property |
PROPERTY Option. |
Static |
Static: Assigns messages to a fixed partition number that's derived from the instance ID of the dataflow. |
Topic |
TOPIC Option. |
Methods
Equals(DataflowEndpointKafkaPartitionStrategy) |
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(DataflowEndpointKafkaPartitionStrategy, DataflowEndpointKafkaPartitionStrategy) |
Determines if two DataflowEndpointKafkaPartitionStrategy values are the same. |
Implicit(String to DataflowEndpointKafkaPartitionStrategy) |
Converts a String to a DataflowEndpointKafkaPartitionStrategy. |
Inequality(DataflowEndpointKafkaPartitionStrategy, DataflowEndpointKafkaPartitionStrategy) |
Determines if two DataflowEndpointKafkaPartitionStrategy values are not the same. |
Applies to
Azure SDK for .NET