Struct PartitionEvictedEvent<TKey>

Namespace
Kevlar
Assembly
Kevlar.dll

Describes a partition removed from a provider.

public readonly struct PartitionEvictedEvent<TKey> where TKey : notnull

Type Parameters

TKey
Inherited Members

Properties

Key

Gets the partition key.

public TKey Key { get; }

Property Value

TKey

Reason

Gets why the partition was removed.

public PartitionEvictionReason Reason { get; }

Property Value

PartitionEvictionReason

Shield

Gets the removed shield.

public Shield Shield { get; }

Property Value

Shield