MemoryGrainStorageOptions
class
Namespace: Orleans.Configuration
Options for MemoryGrainStorage
public class MemoryGrainStorageOptions : IStorageProviderSerializerOptionsConstructors
Properties
GrainStorageSerializerGets or sets the serializer to use for this storage provider.InitStageGets or sets the stage of silo lifecycle where storage should be initialized. Storage must be initialized prior to use.NumStorageGrainsGets or sets the number of store grains to use.
Fields
DEFAULT_INIT_STAGEDefault init stageNumStorageGrainsDefaultValueDefault number of queue storage grains.
