The BasicIndexProvider type exposes the following members.

Properties

  NameDescription
AggregateRecordsById
Returns a Dictionary<(Of <(TKey, TValue>)>) where TKEY is a String that is the AggregateRecord id.
DimensionValuesById
Returns a Dictionary<(Of <(TKey, TValue>)>) where TKEY is a String that is the DimensionValue id.
RecordsById
Returns a Dictionary<(Of <(TKey, TValue>)>) where TKEY is a String that is the Record id.

See Also