DataSourceFilter

Filter criteria for data sources, used to specify which data sources to include in operations based on name and type.

Types

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

Properties

Link copied to clipboard

The name pattern to filter data sources by.

Link copied to clipboard
val type: String?

The type pattern to filter data sources by.

Functions

Link copied to clipboard
inline fun copy(block: DataSourceFilter.Builder.() -> Unit = {}): DataSourceFilter
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