Click or drag to resize

OrchestratorConfigMarkerStartsCluster Property

True (default) means that ClusterMarker predicate matches the first record of a cluster (i.e. starts a cluster); false means that predicate matches the last record of a cluster (i.e. ends a cluster). As a general rule, true value is recommended (marker starts a cluster), especially in cases where ClusterMarker predicate relies on the previous record contents or the number of records accumulated so far; false value (marker ends a cluster) should only be used in cases where ClusterMarker predicate relies solely on the current record contents.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public bool MarkerStartsCluster { get; set; }

Property Value

Type: Boolean
See Also