MemoryStorageWithLatencyOptions 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 the MemoryGrainStorageWithLatency storage provider.
public class MemoryStorageWithLatencyOptions : Orleans.Configuration.MemoryGrainStorageOptions
type MemoryStorageWithLatencyOptions = class
inherit MemoryGrainStorageOptions
Public Class MemoryStorageWithLatencyOptions
Inherits MemoryGrainStorageOptions
- Inheritance
Constructors
| Name | Description |
|---|---|
| MemoryStorageWithLatencyOptions() | |
Fields
| Name | Description |
|---|---|
| DEFAULT_INIT_STAGE |
Default init stage (Inherited from MemoryGrainStorageOptions) |
| DefaultLatency |
The default latency. |
| NumStorageGrainsDefaultValue |
Default number of queue storage grains. (Inherited from MemoryGrainStorageOptions) |
Properties
| Name | Description |
|---|---|
| GrainStorageSerializer |
Gets or sets the serializer to use for this storage provider. (Inherited from MemoryGrainStorageOptions) |
| InitStage |
Stage of silo lifecycle where storage should be initialized. Storage must be initialized prior to use. (Inherited from MemoryGrainStorageOptions) |
| Latency |
Gets or sets the latency. |
| MockCallsOnly |
Gets or sets a value indicating whether to mock calls instead of issuing real storage calls. |
| NumStorageGrains |
Number of store grains to use. (Inherited from MemoryGrainStorageOptions) |