ActionAdapterCollectionConvertReadonlyCollectionsToWritable Property

Gets or sets flag that determines if readonly collections should be converted to writable so published measurement sets can be augmented by filter adapters.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.152 -- Release Build+b2d9dfdf9f88883db99a75176343ddd4e07a1f25
public bool ConvertReadonlyCollectionsToWritable { get; set; }

Property Value

Boolean

Remarks

When filter adapters are detected in the IaonSession, collections that output new measurements should convert all readonly measurement collections into collections that can be modified so that measurements can be removed if needed.

See Also