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.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