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-toolkit-load-object-storage
/
io.airbyte.cdk.load.file.object_storage
/
PathMatcherResult
Path
Matcher
Result
data
class
PathMatcherResult
(
val
path
:
String
,
val
partNumber
:
Long
?
,
val
customSuffix
:
String
?
)
Members
Constructors
Path
Matcher
Result
Link copied to clipboard
constructor
(
path
:
String
,
partNumber
:
Long
?
,
customSuffix
:
String
?
)
Properties
custom
Suffix
Link copied to clipboard
val
customSuffix
:
String
?
part
Number
Link copied to clipboard
val
partNumber
:
Long
?
path
Link copied to clipboard
val
path
:
String