Edit

Share via


IStreamGeneratorConfig Interface

Definition

Interface of configuration for generators used by the GeneratorStreamProvider. This interface covers the minimal set of information the stream provider needs to configure a generator to generate data. Generators should add any additional configuration information needed to it's implementation of this interface.

public interface IStreamGeneratorConfig
type IStreamGeneratorConfig = interface
Public Interface IStreamGeneratorConfig
Derived

Properties

StreamGeneratorType

Gets the stream generator type

Methods

PopulateFromProviderConfig(IProviderConfiguration)

Populates generator configuration from provider configuration

Applies to