OdataResponseOptions
Defined in: src/lib/models/response-options.ts:290
Pre-configured ResponseOptions for the OData v4 driver
The OData collection envelope is { "@odata.count", "@odata.nextLink", "value" } — flat keys that contain literal dots, so the strategy
reads them with flat bracket access (never dot-path traversal). No body
field names the current page, per-page, or last-page; the strategy
derives those from the @odata.nextLink URL's $skip / $top
params, so the corresponding key paths default to empty strings and
are ignored.
Extends
Constructors
Constructor
new OdataResponseOptions(
options):OdataResponseOptions
Defined in: src/lib/models/response-options.ts:291
Parameters
options
Returns
OdataResponseOptions
Overrides
Properties
currentPage
readonlycurrentPage:string
Defined in: src/lib/models/response-options.ts:18
Inherited from
data
readonlydata:string
Defined in: src/lib/models/response-options.ts:19
Inherited from
firstPageUrl
readonlyfirstPageUrl:string
Defined in: src/lib/models/response-options.ts:20
Inherited from
from
readonlyfrom:string
Defined in: src/lib/models/response-options.ts:21
Inherited from
lastPage
readonlylastPage:string
Defined in: src/lib/models/response-options.ts:22
Inherited from
lastPageUrl
readonlylastPageUrl:string
Defined in: src/lib/models/response-options.ts:23
Inherited from
nextPageUrl
readonlynextPageUrl:string
Defined in: src/lib/models/response-options.ts:24
Inherited from
path
readonlypath:string
Defined in: src/lib/models/response-options.ts:25
Inherited from
perPage
readonlyperPage:string
Defined in: src/lib/models/response-options.ts:26
Inherited from
prevPageUrl
readonlyprevPageUrl:string
Defined in: src/lib/models/response-options.ts:27
Inherited from
to
readonlyto:string
Defined in: src/lib/models/response-options.ts:28
Inherited from
total
readonlytotal:string
Defined in: src/lib/models/response-options.ts:29