IStorage Interface

Definition

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.

Applies to