Aracılığıyla paylaş


StatePersistence Enum

Definition

Indicates how actor state is stored for an actor service.

public enum StatePersistence
type StatePersistence = 
Public Enum StatePersistence
Inheritance
StatePersistence

Fields

None 0

No state is stored for the actor.

Persisted 2

The actor state is persisted to local disk using a persistent state provider.

Volatile 1

The actor state is kept in-memory only using a volatile state provider.

Applies to