Base class for modules that rely on multiple config values and could apply to input documents in parallel
(or not) depending on whether the config delegate requires them.
- Namespace
- Statiq
.Common - Interfaces
- Base Types
-
- object
- Module
- Multi
Config Module Base
- Derived Types
Syntax
public abstract class ParallelMultiConfigModule : MultiConfigModuleBase, IModule, IParallelModule
Constructors
Name | Summary |
---|---|
Parallel |
Creates a new config module. |
Parallel |
Creates a new config module. |
Properties
Name | Property Type | Summary |
---|---|---|
Configs | IReadOnlyDictionary |
Inherited from Multi
|
Force |
bool |
Inherited from Multi
|
Parallel | bool |
Indicates whether documents will be
processed by this module in parallel.
|