Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-extract-jdbc
/
io.airbyte.cdk.command
/
TableFilter
Table
Filter
class
TableFilter
Members
Constructors
Table
Filter
Link copied to clipboard
constructor
(
)
Properties
patterns
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
>
schema
Name
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