Different modes for retrieving the count of collections.
Node | Description |
---|---|
sap.ui.model.odata.CountMode.Both |
Count is retrieved by a separate request upfront and inline with each data request. The only purpose of this mode is to reflect the behavior of the ODataModel (v1) before the introduction of the |
sap.ui.model.odata.CountMode.Inline |
Count is retrieved by adding |
sap.ui.model.odata.CountMode.InlineRepeat |
Count is retrieved by adding |
sap.ui.model.odata.CountMode.None |
Count is not requested from the server. |
sap.ui.model.odata.CountMode.Request |
Count is retrieved by sending a separate It depends on the concrete model implementation whether and how the |