Table of Contents

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

string

Offset

The metadata key that stores the transport offset.

public const string Offset = "pipelinez.distribution.offset"

Field Value

string

PartitionId

The metadata key that stores the numeric partition identifier.

public const string PartitionId = "pipelinez.distribution.partition.id"

Field Value

string

PartitionKey

The metadata key that stores the logical partition key.

public const string PartitionKey = "pipelinez.distribution.partition.key"

Field Value

string

TransportName

The metadata key that stores the transport name.

public const string TransportName = "pipelinez.distribution.transport.name"

Field Value

string