Skip to content

MemoryGrainStorageOptions

class

Namespace: Orleans.Configuration

Options for MemoryGrainStorage
public class MemoryGrainStorageOptions : IStorageProviderSerializerOptions

Constructors

Properties

  • GrainStorageSerializer Gets or sets the serializer to use for this storage provider.
  • InitStage Gets or sets the stage of silo lifecycle where storage should be initialized. Storage must be initialized prior to use.
  • NumStorageGrains Gets or sets the number of store grains to use.

Fields