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
[System.Serializable]
public class SimpleGeneratorOptions : Orleans.Providers.Streams.Generator.IStreamGeneratorConfig
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class SimpleGeneratorOptions : Orleans.Providers.Streams.Generator.IStreamGeneratorConfig
[<System.Serializable>]
type SimpleGeneratorOptions = class
interface IStreamGeneratorConfig
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type SimpleGeneratorOptions = class
interface IStreamGeneratorConfig
Public Class SimpleGeneratorOptions
Implements IStreamGeneratorConfig
Public NotInheritable Class SimpleGeneratorOptions
Implements IStreamGeneratorConfig
- Inheritance
-
SimpleGeneratorOptions
- Attributes
- Implements
Constructors
SimpleGeneratorOptions() |
Fields
DEFAULT_EVENTS_IN_STREAM |
The default number of events to generate. |
Properties
EventsInStream |
Gets or sets the number of events to generate. |
StreamGeneratorType |
Gets the stream generator type |
StreamNamespace |
Gets or sets the stream namespace. |