IStreamGeneratorConfig Interface
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.
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 |