Edit

Share via


SimpleGeneratorOptions Class

Definition

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.

Applies to