PagingInfo ComplexType

Specifies a number of pages and a number of entity instances per page to return from the query.

This Web API complex type corresponds to the organization service PagingInfo.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Nullable Unicode Description

PageNumber

Edm.Int32

The number of pages returned from the query.

Count

Edm.Int32

The number of entity instances returned per page.

ReturnTotalRecordCount

Edm.Boolean

The total number of records should be returned from the query.

PagingCookie

Edm.String

false

The info used to page large result sets.

Types that use the PagingInfo complex type.

The following use the PagingInfo complex type.

Name How used Description

RetrieveParsedDataImportFile Function

PagingInfo Parameter

Retrieves the data from the parse table.

另请参阅

其他资源

Web API EntityType Reference
Web API Action Reference
Web API Function Reference
Web API Query Function Reference
Web API EnumType Reference
Web API Metadata EntityType Reference

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.