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
/
FileReference
File
Reference
data
class
FileReference
(
val
stagingFileUrl
:
String
,
val
sourceFileRelativePath
:
String
,
val
fileSizeBytes
:
Long
)
Members
Constructors
File
Reference
Link copied to clipboard
constructor
(
stagingFileUrl
:
String
,
sourceFileRelativePath
:
String
,
fileSizeBytes
:
Long
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
file
Size
Bytes
Link copied to clipboard
val
fileSizeBytes
:
Long
source
File
Relative
Path
Link copied to clipboard
val
sourceFileRelativePath
:
String
staging
File
Url
Link copied to clipboard
val
stagingFileUrl
:
String