TableFilter

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@JsonPropertyDescription(value = "List of table name patterns to include from this schema. Should be a SQL LIKE pattern.")
lateinit var patterns: List<String>
Link copied to clipboard
@JsonPropertyDescription(value = "The name of the schema to apply this filter to. Should match a schema defined in "Schemas" field above.")
lateinit var schemaName: String