  | 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.:
             
             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
Syntaxpublic Func<ICluster, bool> ClusterFilterPredicate { get; set; }Public Property ClusterFilterPredicate As Func(Of ICluster, Boolean)
	Get
	Set
Property Value
Type: 
FuncICluster, 
Boolean
See Also