2.1.31 TEntityStatistics

In CSDLBI 2.0 and CSDLBI 2.5, the TEntityStatistics complex type defines statistics that are computed over the data that is associated with the entity.

Statistics are provided only if the computation is not prevented by use of certain advanced product features such as dimension security and row-level security. Because statistics are not provided if they are computationally expensive to generate, the response is not guaranteed to include statistics.

The TEntityStatistics complex type is defined in the schema as follows.

 <xs:complexType name="TEntityStatistics">
   <xs:attribute name="RowCount" type="xs:long" use="optional" />
 </xs:complexType>

The attribute that is defined by the TEntityStatistics complex type is specified in the following table.

Attribute

Description

RowCount

The number of rows present in the table described by the entity.