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.command.object_storage
/
ObjectStoragePathConfiguration
Object
Storage
Path
Configuration
data
class
ObjectStoragePathConfiguration
(
val
prefix
:
String
,
val
pathPattern
:
String
?
,
val
fileNamePattern
:
String
?
,
val
resolveNamesMethod
:
(
String
)
->
String
=
{ Transformations.toS3SafeCharacters(it) }
)
Members
Constructors
Object
Storage
Path
Configuration
Link copied to clipboard
constructor
(
prefix
:
String
,
pathPattern
:
String
?
,
fileNamePattern
:
String
?
,
resolveNamesMethod
:
(
String
)
->
String
=
{ Transformations.toS3SafeCharacters(it) }
)
Properties
file
Name
Pattern
Link copied to clipboard
val
fileNamePattern
:
String
?
path
Pattern
Link copied to clipboard
val
pathPattern
:
String
?
prefix
Link copied to clipboard
val
prefix
:
String
resolve
Names
Method
Link copied to clipboard
val
resolveNamesMethod
:
(
String
)
->
String