Struct PartitionCreatedEvent<TKey, TResult>
- Namespace
- Kevlar
- Assembly
- Kevlar.dll
Describes a newly created result-aware partition.
public readonly struct PartitionCreatedEvent<TKey, TResult> where TKey : notnull
Type Parameters
TKeyTResult
- Inherited Members
Properties
Key
Gets the partition key.
public TKey Key { get; }
Property Value
- TKey
Shield
Gets the created result-aware shield.
public Shield<TResult> Shield { get; }
Property Value
- Shield<TResult>