enum sap.ui.model.odata.v4.SubmitMode

Visiblity: public
Available since: N/A
Module: sap/ui/model/odata/v4/SubmitMode
Application Component: CA-UI5-COR

Modes to control the use of batch requests for a group ID.


Properties Overview

Node Description
sap.ui.model.odata.v4.SubmitMode.API

Requests associated with the group ID are sent in a batch request via sap.ui.model.odata.v4.ODataModel#submitBatch.

sap.ui.model.odata.v4.SubmitMode.Auto

Requests associated with the group ID are sent in a batch request which is triggered automatically before rendering.

sap.ui.model.odata.v4.SubmitMode.Direct

Requests associated with the group ID are sent directly without batch.