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
MemoryStorageWithLatencyOptions() |
Fields
DEFAULT_INIT_STAGE |
Default init stage (Inherited from MemoryGrainStorageOptions) |
DefaultLatency |
The default latency. |
NumStorageGrainsDefaultValue |
Default number of queue storage grains. (Inherited from MemoryGrainStorageOptions) |
Properties
GrainStorageSerializer |
Gets or sets the serializer to use for this storage provider. (Inherited from MemoryGrainStorageOptions) |
InitStage |
Gets or sets the 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 |
Gets or sets the number of store grains to use. (Inherited from MemoryGrainStorageOptions) |