ActorTypeInformation.StatePersistence Property

Definition

Gets the StatePersistence enum representing type of state persistence for the actor.

public Microsoft.ServiceFabric.Actors.Runtime.StatePersistence StatePersistence { get; }
member this.StatePersistence : Microsoft.ServiceFabric.Actors.Runtime.StatePersistence
Public ReadOnly Property StatePersistence As StatePersistence

Property Value

The StatePersistence representing type of state persistence for the actor.

Applies to