FilterAttribute

Specifies the name of the metadata attribute/field to apply filters. You must match the name of the attribute/field in your data source/document metadata.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The name of metadata attribute/field, which must match the name in your data source/document metadata.

Link copied to clipboard

The value of the metadata attribute/field.

Functions

Link copied to clipboard
inline fun copy(block: FilterAttribute.Builder.() -> Unit = {}): FilterAttribute
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String