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-core-load
/
io.airbyte.cdk.load.command
/
DestinationStream
/
Descriptor
Descriptor
data
class
Descriptor
(
val
namespace
:
String
?
,
val
name
:
String
)
Members
Constructors
Descriptor
Link copied to clipboard
constructor
(
namespace
:
String
?
,
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
namespace
Link copied to clipboard
val
namespace
:
String
?
Functions
as
Protocol
Object
Link copied to clipboard
fun
asProtocolObject
(
)
:
StreamDescriptor
to
Pretty
String
Link copied to clipboard
fun
toPrettyString
(
)
:
String