MemoryGrainStorageOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for MemoryGrainStorage
public class MemoryGrainStorageOptions
public class MemoryGrainStorageOptions : Orleans.Storage.IStorageProviderSerializerOptions
type MemoryGrainStorageOptions = class
type MemoryGrainStorageOptions = class
interface IStorageProviderSerializerOptions
Public Class MemoryGrainStorageOptions
Public Class MemoryGrainStorageOptions
Implements IStorageProviderSerializerOptions
- Inheritance
-
MemoryGrainStorageOptions
- Derived
- Implements
Constructors
MemoryGrainStorageOptions() |
Fields
DEFAULT_INIT_STAGE |
Default init stage |
NumStorageGrainsDefaultValue |
Default number of queue storage grains. |
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. |