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
/
DeprecatedCSVFormatSpecification
Deprecated
CSVFormat
Specification
class
DeprecatedCSVFormatSpecification
(
val
formatType
:
DeprecatedObjectStorageFormatSpecification.Type
=
Type.CSV
)
:
DeprecatedObjectStorageFormatSpecification
,
FlatteningSpecificationProvider
,
ObjectStorageCompressionSpecificationProvider
CSV
Members
Constructors
Deprecated
CSVFormat
Specification
Link copied to clipboard
constructor
(
formatType
:
DeprecatedObjectStorageFormatSpecification.Type
=
Type.CSV
)
Properties
compression
Link copied to clipboard
open
override
val
compression
:
ObjectStorageCompressionSpecification
?
flattening
Link copied to clipboard
open
override
val
flattening
:
FlatteningSpecificationProvider.Flattening
format
Type
Link copied to clipboard
open
override
val
formatType
:
DeprecatedObjectStorageFormatSpecification.Type
Functions
to
Compression
Configuration
Link copied to clipboard
open
fun
toCompressionConfiguration
(
)
:
ObjectStorageCompressionConfiguration
<
*
>