Class DistributedMetadataKeys
- Namespace
- Pipelinez.Core.Distributed
- Assembly
- Pipelinez.dll
Defines metadata keys used to store distributed execution information on pipeline containers.
public static class DistributedMetadataKeys
- Inheritance
-
DistributedMetadataKeys
- Inherited Members
Fields
LeaseId
The metadata key that stores the logical lease identifier.
public const string LeaseId = "pipelinez.distribution.lease.id"
Field Value
Offset
The metadata key that stores the transport offset.
public const string Offset = "pipelinez.distribution.offset"
Field Value
PartitionId
The metadata key that stores the numeric partition identifier.
public const string PartitionId = "pipelinez.distribution.partition.id"
Field Value
PartitionKey
The metadata key that stores the logical partition key.
public const string PartitionKey = "pipelinez.distribution.partition.key"
Field Value
TransportName
The metadata key that stores the transport name.
public const string TransportName = "pipelinez.distribution.transport.name"