IStorage 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.
Provides method for operating on grain storage.
public interface IStorage
type IStorage = interface
Public Interface IStorage
- Derived
Properties
Etag |
Gets the ETag. |
RecordExists |
Gets a value indicating whether the record already exists. |
Methods
ClearStateAsync() |
Clears the grain state. |
ReadStateAsync() |
Reads grain state from storage. |
WriteStateAsync() |
Writes grain state to storage. |