public interface ODataServicesConfiguration
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchLimit()
Determines current setting of the maximum number of batches allowed in an inbound request body.
|
int |
getDefaultPageSize() |
int |
getMaxPageSize()
Determines current setting of the maximum number of items allowed per page.
|
void |
setBatchLimit(int maxNumber)
Specifies new limit on number of batches in a single inbound request.
|
int getBatchLimit()
void setBatchLimit(int maxNumber)
maxNumber - max number of batches a single inbound request may have.int getMaxPageSize()
int getDefaultPageSize()
Copyright © 2018 SAP SE. All Rights Reserved.