Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FindResponsePagingAttributes attribute group specifies paging and count information for a result set.
-
<xs:attributeGroup name="t:FindResponsePagingAttributes"> <xs:attribute name="IndexedPagingOffset" type="xs:int" use="optional" /> <xs:attribute name="NumeratorOffset" type="xs:int" use="optional" /> <xs:attribute name="AbsoluteDenominator" type="xs:int" use="optional" /> <xs:attribute name="IncludesLastItemInRange" type="xs:boolean" use="optional" /> <xs:attribute name="TotalItemsInView" type="xs:int" use="optional" /> </xs:attributeGroup>
Attributes
Name |
Type |
Description |
---|---|---|
IndexedPagingOffset |
xs:int ([XMLSCHEMA2]) |
Specifies the next index that SHOULD be used for the next request when using an indexed paging view. |
NumeratorOffset |
xs:int |
Specifies the new numerator value to use for the next request when using fraction page views. |
AbsoluteDenominator |
xs:int |
Specifies the next denominator to use for the next request when doing fractional paging. |
IncludesLastItemInRange |
xs:boolean |
Specifies whether the current results contain the last item in the query, such that no further paging is required. |
TotalItemsInView |
xs:int |
Specifies the total number of results. |