Edit

Share via


MemoryGrainStorageOptions Class

Definition

Options for MemoryGrainStorage

public class MemoryGrainStorageOptions : Orleans.Storage.IStorageProviderSerializerOptions
public class MemoryGrainStorageOptions
type MemoryGrainStorageOptions = class
    interface IStorageProviderSerializerOptions
type MemoryGrainStorageOptions = class
Public Class MemoryGrainStorageOptions
Implements IStorageProviderSerializerOptions
Public Class MemoryGrainStorageOptions
Inheritance
MemoryGrainStorageOptions
Derived
Implements

Constructors

Name Description
MemoryGrainStorageOptions()

Fields

Name Description
DEFAULT_INIT_STAGE

Default init stage

NumStorageGrainsDefaultValue

Default number of queue storage grains.

Properties

Name Description
GrainStorageSerializer

Gets or sets the serializer to use for this storage provider.

InitStage

Stage of silo lifecycle where storage should be initialized. Storage must be initialized prior to use.

NumStorageGrains

Number of store grains to use.

Applies to