Skip to content

OfflineServiceOptions

OfflineServiceOptions Properties

Property Type Required Default
supportsBind boolean No false
supportsPatch boolean No 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