Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BatchRequestOptions<T>

Type parameters

  • T

Hierarchy

  • BatchRequestOptions

Index

Properties

collection

collection: string

Collection Name

Optional entity

entity: Partial<T>

OData Entity Object

Optional id

id: any

OData Entity ObjectID

Optional method

method: HTTPMethod

Optional params

OData Param

Optional withContentLength

withContentLength: boolean

SAP OData need Content-Length but standard reject it

Generated using TypeDoc