2.1.3.8 TQueryBatching

In CSDLBI 2.0 and CSDLBI 2.5, the TQueryBatching simple type<17> indicates whether batching is supported for DAX query requests.

The TQueryBatching simple type is defined in the schema as follows.

 <xs:simpleType name="TQueryBatching">
   <xs:restriction base="xs:int">
     <xs:enumeration value="0" />
     <xs:enumeration value="1" />
   </xs:restriction>
 </xs:simpleType>

The possible values for the TQueryBatching type are specified in the following table.

Value

Meaning

0

Query batching is not supported. This is the default value.

1

Query batching is supported.