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.message
/
DestinationFile
/
AirbyteRecordMessageFile
Airbyte
Record
Message
File
class
AirbyteRecordMessageFile
Convenience constructor, primarily intended for use in tests.
Members
Constructors
Airbyte
Record
Message
File
Link copied to clipboard
constructor
(
fileUrl
:
String
?
=
null
,
bytes
:
Long
?
=
null
,
fileRelativePath
:
String
?
=
null
,
modified
:
Long
?
=
null
,
sourceFileUrl
:
String
?
=
null
)
constructor
(
)
Properties
bytes
Link copied to clipboard
var
bytes
:
Long
?
file
Relative
Path
Link copied to clipboard
var
fileRelativePath
:
String
?
file
Url
Link copied to clipboard
var
fileUrl
:
String
?
modified
Link copied to clipboard
var
modified
:
Long
?
source
File
Url
Link copied to clipboard
var
sourceFileUrl
:
String
?