3.1.4.2.3.3 ArrayOfNonIndexableItemStatisticsType

Namespace: http://schemas.microsoft.com/exchange/services/2006/types

The ArrayOfNonIndexableItemStatisticsType complex type specifies an array of statistics for items that could not be indexed.

 <xs:complexType name="ArrayOfNonIndexableItemStatisticsType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="NonIndexableItemStatistic" type="t:NonIndexableItemStatisticType"/>
   </xs:sequence>
 </xs:complexType>

NonIndexableItemStatistic: An element of type NonIndexableItemStatisticType, as defined in section 3.1.4.2.3.4, that represents a single statistic for an item that could not be indexed.