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.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.143 -- Release Build+6200516e1d8796210682e4fa5670553a73472309
public bool ConvertReadonlyCollectionsToWritable { get; set; }
Public Property ConvertReadonlyCollectionsToWritable As Boolean
Get
Set
public:
property bool ConvertReadonlyCollectionsToWritable {
bool get ();
void set (bool value);
}
function get_ConvertReadonlyCollectionsToWritable();
function set_ConvertReadonlyCollectionsToWritable(value);
Property Value
Boolean
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.