Click or drag to resize

IClusterPropertyBin Property

The property bin associated with the cluster. Property bin is a dictionary containing arbitrary set of key value pairs that can be added and removed throughout of DataConveyer processing. In order to have clusters contain property bin objects, the PropertyBinEntities setting must contain the Clusters flag; otherwise the property bin will be null.

Namespace:  Mavidian.DataConveyer.Entities.KeyVal
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
IDictionary<string, Object> PropertyBin { get; }

Property Value

Type: IDictionaryString, Object
See Also