Düzenle

Aracılığıyla paylaş


SimpleGeneratorConfig 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 SimpleGeneratorConfig : Orleans.Providers.Streams.Generator.IStreamGeneratorConfig
[<System.Serializable>]
type SimpleGeneratorConfig = class
    interface IStreamGeneratorConfig
Public Class SimpleGeneratorConfig
Implements IStreamGeneratorConfig
Inheritance
SimpleGeneratorConfig
Attributes
Implements

Constructors

SimpleGeneratorConfig()

Configuration for simple stream generator

Properties

EventsInStream

Nuber of events to generate on this stream

StreamGeneratorType

Stream generator type

StreamNamespace

Stream namespace

Methods

PopulateFromProviderConfig(IProviderConfiguration)

Utility function to populate config from provider config

WriteProperties(Dictionary<String,String>)

Utility function to convert config to property bag for use in stream provider configuration

Applies to