Airbyte Kotlin Bulk CDK
Toggle table of contents
1.0.2
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-legacy-task-load-db
/
io.airbyte.cdk.load.client
/
AirbyteClient
Airbyte
Client
interface
AirbyteClient
Members
Functions
count
Table
Link copied to clipboard
abstract
suspend
fun
countTable
(
tableName
:
TableName
)
:
Long
?
Returns the number of records in a specific table within a given database.
create
Namespace
Link copied to clipboard
abstract
suspend
fun
createNamespace
(
namespace
:
String
)