PagingInfo ComplexType
Specifies a number of pages and a number of entity instances per page to return from the query.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
Count | Edm.Int32 |
The number of entity instances returned per page. |
PageNumber | Edm.Int32 |
The number of pages returned from the query. |
PagingCookie | Edm.String |
The info used to page large result sets. |
ReturnTotalRecordCount | Edm.Boolean |
The total number of records should be returned from the query. |
Used by
The following use the PagingInfo ComplexType.
Name | How used |
---|---|
QueryExpression | PageInfo Property |
QueryByAttribute | PageInfo Property |
RetrieveAttributeChangeHistory | PagingInfo Parameter |
RetrieveDuplicates | PagingInfo Parameter |
RetrieveParsedDataImportFile | PagingInfo Parameter |
RetrieveRecordChangeHistory | PagingInfo Parameter |