Skip to content

FetchXmlResponse

Aleksandr Rogov edited this page Apr 13, 2024 · 2 revisions

Interface: FetchXmlResponse<T>

Type parameters

Name
T

Hierarchy

Table of contents

Properties

Properties

@Microsoft.Dynamics.CRM.totalrecordcount

Optional @Microsoft.Dynamics.CRM.totalrecordcount: number


@Microsoft.Dynamics.CRM.totalrecordcountlimitexceeded

Optional @Microsoft.Dynamics.CRM.totalrecordcountlimitexceeded: boolean


@odata.context

Optional @odata.context: number

Inherited from

MultipleResponse.@odata.context


@odata.count

Optional @odata.count: number

Inherited from

MultipleResponse.@odata.count


PagingInfo

Optional PagingInfo: Object

Paging information

Type declaration

Name Type Description
cookie? string Next page cookie
nextPage? number Number of the next page

oDataContext

Optional oDataContext: string

Inherited from

MultipleResponse.oDataContext


oDataCount

Optional oDataCount: number

Inherited from

MultipleResponse.oDataCount


value

value: T[]

Multiple respone entities

Inherited from

MultipleResponse.value

Clone this wiki locally