RemapBySelectionIndex: Boolean;
RemapBySelectionIndex: boolean;
The RemapBySelectionIndex property determines whether to apply unique index used for creating a selection in data replication and object mapping.
Available values:
True. Default value. Objects are copied and mapped by the index used for creating a selection.
This replication method is available if all dictionaries, on which time series database is based, have the unique index used for creating a selection. If at least dictionary does not have this index, objects are replicated and mapped by keys.
False. Objects are replicated and mapped by keys.
The property use is given in the example for ICubeMetaUpdateEx.AutoPeriod.
See also: