SimpleGeneratorOptions 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.
Simple generator configuration class. This class is used to configure a generator stream provider to generate streams using the SimpleGenerator
[Orleans.GenerateSerializer]
[System.Serializable]
public sealed class SimpleGeneratorOptions : Orleans.Providers.Streams.Generator.IStreamGeneratorConfig
[System.Serializable]
public class SimpleGeneratorOptions : Orleans.Providers.Streams.Generator.IStreamGeneratorConfig
[<Orleans.GenerateSerializer>]
[<System.Serializable>]
type SimpleGeneratorOptions = class
interface IStreamGeneratorConfig
[<System.Serializable>]
type SimpleGeneratorOptions = class
interface IStreamGeneratorConfig
Public NotInheritable Class SimpleGeneratorOptions
Implements IStreamGeneratorConfig
Public Class SimpleGeneratorOptions
Implements IStreamGeneratorConfig
- Inheritance
-
SimpleGeneratorOptions
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SimpleGeneratorOptions() | |
Fields
| Name | Description |
|---|---|
| DEFAULT_EVENTS_IN_STREAM |
The default number of events to generate. |
Properties
| Name | Description |
|---|---|
| EventsInStream |
Nuber of events to generate on this stream |
| StreamGeneratorType |
Stream generator type |
| StreamNamespace |
Stream namespace |