Class DefaultOData2ServicesConfiguration

    • Constructor Detail

      • DefaultOData2ServicesConfiguration

        public DefaultOData2ServicesConfiguration()
    • Method Detail

      • setConfigurationService

        public void setConfigurationService​(ConfigurationService configurationService)
      • getBatchLimit

        public int getBatchLimit()
        Determines current setting of the maximum number of batches allowed in an inbound request body.
        Specified by:
        getBatchLimit in interface ODataServicesConfiguration
        Returns:
        number of batches that a single request may have.
      • setBatchLimit

        public void setBatchLimit​(int maxNumber)
        Specifies new limit on number of batches in a single inbound request.
        Specified by:
        setBatchLimit in interface ODataServicesConfiguration
        Parameters:
        maxNumber - max number of batches a single inbound request may have.