Skip to content

OfflineServiceOptions

OfflineServiceOptions Properties

Property Type Required Default
supportsBind boolean Optional false
supportsPatch boolean Optional true

supportsBind

Whether or not the service supports bind operations

  • type: boolean
  • default: false

supportsPatch

Whether or not the service supports OData PATCH requests (or MERGE for OData versions < 3.0).

  • type: boolean
  • default: true