IGrainState Interface

Definition

Defines the state of a grain

public interface IGrainState
type IGrainState = interface
Public Interface IGrainState
Derived

Properties

ETag

An e-tag that allows optimistic concurrency checks at the storage provider level.

RecordExists
State

The application level payload that is the actual state.

Type

Type of the grain state

Applies to