|
 | cacheCubePrefix |
Gets a value to be used in requesting different result pages from the same cached result.
The value is meant to make the probability of a cache hit as high as possible.
|
 | cellChanges |
Gets the changes in cell values for the same tuple members since the last data retrieval.
Usage is cellChanges[columnOrdinal][rowOrdinal].
|
 | cells |
Gets the cell for the specified column and row ordinal.
Usage is cells[columnOrdinal][rowOrdinal].
See Dundas.BI.WebApi.Models.DataCellData for return structure.
Inherited from dundas.data.DataCellSetBase.
|
 | collapsedSets |
Gets the collapsed sets.
Inherited from dundas.data.DataCellSetBase.
|
 | columnChanges |
Gets the changes in the column axis tuples since the last data retrieval.
|
 | columns |
Gets the column axis tuples.
See Dundas.BI.WebApi.Models.DataTupleData for return structure.
Inherited from dundas.data.DataCellSetBase.
|
 | columnTupleCount |
Gets the total number of column tuples, including columns not included because of paging or shaping.
Inherited from dundas.data.DataCellSetBase.
|
 | dynamicElementMappings |
Gets the mapping information about which actual elements were used to fulfill the dynamic elements from the request.
Inherited from dundas.data.DataCellSetBase.
|
 | elementStatistics |
Gets the element statistics, if any were requested.
See Dundas.BI.WebApi.Models.ElementStatisticsData, MeasureStatisticsData, TimeHierarchyStatisticsData and HierarchyStatisticsData for return structure.
Inherited from dundas.data.DataCellSetBase.
|
 | expandedSets |
Gets the expanded sets.
Inherited from dundas.data.DataCellSetBase.
|
 | grandTotalsColumns |
Gets the column grand total axis tuples.
See Dundas.BI.WebApi.Models.DataTupleData for return structure.
Inherited from dundas.data.DataCellSetBase.
|
 | grandTotalsRows |
Gets the row grand total axis tuples.
See Dundas.BI.WebApi.Models.DataTupleData for return structure.
Inherited from dundas.data.DataCellSetBase.
|
 | hierarchies |
Gets the cell set hierarchies.
|
 | rowChanges |
Gets the changes in the row axis tuples since the last data retrieval.
|
 | rows |
Gets the row axis tuples.
See Dundas.BI.WebApi.Models.DataTupleData for return structure.
Inherited from dundas.data.DataCellSetBase.
|
 | rowTupleCount |
Gets the total number of row tuples, including rows not included because of paging or shaping.
Inherited from dundas.data.DataCellSetBase.
|
 | warnings |
Gets the data warnings raised during execution of the data request.
Inherited from dundas.data.DataCellSetBase.
|