2.2.4.55 PartialCollection_Of_ConnectionInfo

This type describes a partial collection of ConnectionInfo (section 2.2.4.26). If CollectionSize is less than zero, the collection is not available and the CollectionChunk field SHOULD be ignored.

Namespace: http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi

 <xs:complexType name="PartialCollection_Of_ConnectionInfo">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="CollectionChunk" nillable="true" type="tns1:ArrayOfConnectionInfo"/>
     <xs:element minOccurs="0" maxOccurs="1" name="CollectionModified" type="xs:dateTime"/>
     <xs:element minOccurs="0" maxOccurs="1" name="CollectionSize" type="xs:int"/>
   </xs:sequence>
 </xs:complexType>

CollectionChunk: The items retrieved from the overall collection.

CollectionModified: The date and time the collection last changed.

CollectionSize: The total number of items in the complete collection.