Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetQueryResultResponse

Hierarchy

  • GetQueryResultResponse

Properties

opcNextPage

opcNextPage: string

For pagination of a list of items. When paging through a list, if this header appears in the response, then additional items may be available on the next page of the list. Include this value as the {@code page} parameter for the subsequent request to get the next batch of items.

opcPrevPage

opcPrevPage: string

For pagination of a list of items. When paging through a list, if this header appears in the response, then additional items may be available on the previous page of the list. Include this value as the {@code page} parameter for the subsequent request to get the previous batch of items.

opcRequestId

opcRequestId: string

Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.

queryAggregation

queryAggregation: QueryAggregation

The returned model.QueryAggregation instance.

retryAfter

retryAfter: number

A decimal number representing the number of seconds the client should wait before polling this endpoint again.