Skip to content

AzureTableTransactionalStateOptions

class

Namespace: Orleans.Configuration

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public class AzureTableTransactionalStateOptions : AzureStorageOperationOptions

Constructors

Properties

  • InitStage Stage of silo lifecycle where storage should be initialized. Storage must be initialized prior to use.
  • TableName Azure table where transactional grain state will be stored

Fields