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 : 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. |