Class Reference
%iKnow.Source.Domain.Processor
|
|
![]() |
|||
Private Storage |
|
|
|
Subclasses should override this method to identify those metadata keys that are calculated or extracted by this Processor implementation and will be registered for every source processed by calling
SetCurrentMetadataValues during theFetchSource execution.
This method stores the Processor parameters in the
Params property, from where they can be referenced in theFetchSource implementation.NOTE: If this method is overridden by a subclass, it should make sure to either call this method via ##super, or set
Params itself.