Query

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

Constructors

Link copied to clipboard
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))

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard