Edit

SimpleGeneratorOptions Class

Definition

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

Applies to