IGrainState Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |