\r\n

51Degrees Pipeline .NET  4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.JsonBuilder.FlowElement.JsonBuilderElement.PipelineConfig Class Reference

Detailed Description

Contains configuration information relating to a particular pipeline.

In most cases, a single instance of this element will only be added to one pipeline at a time but it does support being added to multiple pipelines. simultaneously.

Properties

HashSet< string >  DelayedExecutionProperties [get]
A collection of the complete string names of any properties with the 'delay execution' flag set to true. More...
Dictionary< string, IReadOnlyList< string > >  DelayedEvidenceProperties [get]
A collection containing the details of relevant evidence properties. More...

Property Documentation

◆ DelayedEvidenceProperties

Dictionary<string, IReadOnlyList<string> > FiftyOne.Pipeline.JsonBuilder.FlowElement.JsonBuilderElement.PipelineConfig.DelayedEvidenceProperties
get
Initial value:
=
new Dictionary<string

A collection containing the details of relevant evidence properties.

The key is the complete property name. Note that 'complete name' means that the name will include the element data key and any other parts of the segmented name. For example, device.ismobile The value is a list of the JavaScript properties that, when executed, will provide values that can help determine the value of the key property.

◆ DelayedExecutionProperties

HashSet<string> FiftyOne.Pipeline.JsonBuilder.FlowElement.JsonBuilderElement.PipelineConfig.DelayedExecutionProperties
get
Initial value:
=
new HashSet<string>()

A collection of the complete string names of any properties with the 'delay execution' flag set to true.

Note that 'complete name' means that the name will include the element data key and any other parts of the segmented name. For example, device.ismobile