Skip to content

IGrainState<T> Properties

Defines the state of a grain

ETag

abstractgetset
public abstract string ETag
Gets or sets the ETag that allows optimistic concurrency checks at the storage provider level.

RecordExists

abstractgetset
public abstract bool RecordExists
Gets or sets a value indicating whether the record exists in storage.

State

abstractgetset
public abstract T State
Gets or sets the state.