FilterStringConfiguration
Configuration for constructing filter expression strings when using the FILTER_STRING filter mode.
Types
Properties
Link copied to clipboard
The query parameter name used to send the constructed filter expression string in API requests.
Link copied to clipboard
The character used to quote values when QuoteStringValues is true. Defaults to double quotes if not specified.
Link copied to clipboard
Indicates whether string and date values should be wrapped with a quote character in the filter expression.
Functions
Link copied to clipboard
inline fun copy(block: FilterStringConfiguration.Builder.() -> Unit = {}): FilterStringConfiguration