Click or drag to resize

OrchestratorConfigClusterFilterPredicate Property

A predicate (boolean function) that takes a single cluster and returns true to accept the cluster or false to reject it; specific to ClusterFilter transformer type. If not supplied, a default pass-through predicate is used that always returns true, i.e.:
clstr => true
Any exception thrown by this function will cause the process shutdown (CompletionStatus of Failed).

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public Func<ICluster, bool> ClusterFilterPredicate { get; set; }

Property Value

Type: FuncICluster, Boolean
See Also