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
/
DeprecatedJsonFormatSpecification
Deprecated
Json
Format
Specification
class
DeprecatedJsonFormatSpecification
(
val
formatType
:
DeprecatedObjectStorageFormatSpecification.Type
=
Type.JSONL
)
:
DeprecatedObjectStorageFormatSpecification
,
FlatteningSpecificationProvider
,
ObjectStorageCompressionSpecificationProvider
JSONL
Members
Constructors
Deprecated
Json
Format
Specification
Link copied to clipboard
constructor
(
formatType
:
DeprecatedObjectStorageFormatSpecification.Type
=
Type.JSONL
)
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
<
*
>