Query

constructor(@DefaultValue(value = ["1000"]) maxListSize: Int = 1000, @DefaultValue(value = ["100"]) maxPageSize: Int = 100, @DefaultValue(value = ["10000"]) maxPageWindow: Long, @DefaultValue(value = ["128"]) maxFilterNodes: Int = DEFAULT_MAX_FILTER_NODES, @DefaultValue(value = ["1000"]) maxFilterValues: Int = 1000, @DefaultValue(value = ["true"]) allowExpensiveOperators: Boolean = true, @DefaultValue(value = ["10s"]) idleTimeout: Duration = Duration.ofSeconds(10))