Class RoutingKey
Routing key using to determine the node for each partition
Inheritance
System.Object
RoutingKey
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dse
Assembly: Dse.dll
Syntax
public class RoutingKey
Constructors
RoutingKey()
Declaration
public RoutingKey()
RoutingKey(Byte[])
Declaration
public RoutingKey(byte[] rawKey)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | rawKey |
Fields
Empty
Declaration
public static RoutingKey Empty
Field Value
Type | Description |
---|---|
RoutingKey |
Properties
RawRoutingKey
Byte array representing the partition key (or one of the partition)
Declaration
public byte[] RawRoutingKey { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |