2.2.4.59 PartialCollection_Of_UserInfo
This type describes an partial collection of UserInfo (section 2.2.4.71). 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_UserInfo"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="CollectionChunk" nillable="true" type="tns1:ArrayOfUserInfo"/> <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 changed lastly.
CollectionSize: The total number of items in the complete collection.