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-loader
/
io.airbyte.cdk.load.data
/
AirbyteValueProxy
/
FieldAccessor
Field
Accessor
data
class
FieldAccessor
(
val
index
:
Int
,
val
name
:
String
,
val
type
:
AirbyteType
)
Members
Constructors
Field
Accessor
Link copied to clipboard
constructor
(
index
:
Int
,
name
:
String
,
type
:
AirbyteType
)
Properties
index
Link copied to clipboard
val
index
:
Int
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
AirbyteType