Struct PartitionCreatedEvent<TKey>

Namespace
Kevlar
Assembly
Kevlar.dll

Describes a newly created partition.

public readonly struct PartitionCreatedEvent<TKey> where TKey : notnull

Type Parameters

TKey
Inherited Members

Properties

Key

Gets the partition key.

public TKey Key { get; }

Property Value

TKey

Shield

Gets the created shield.

public Shield Shield { get; }

Property Value

Shield