Interface BatchRequestOptions<T>

Type Parameters

  • T

Hierarchy

  • BatchRequestOptions

Properties

collection: string

Collection Name

entity?: Partial<T>

OData Entity Object

id?: any

OData Entity ObjectID

method?: HTTPMethod
params?: SystemQueryOptions<any>

OData system query options

withContentLength?: boolean

SAP OData need Content-Length but standard reject it

Generated using TypeDoc