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-avro
/
io.airbyte.cdk.load.command.avro
/
AvroFormatSnappyCodecSpecification
Avro
Format
Snappy
Codec
Specification
data
class
AvroFormatSnappyCodecSpecification
(
val
type
:
AvroFormatCompressionCodecSpecification.Type
=
Type.SNAPPY
)
:
AvroFormatCompressionCodecSpecification
Members
Constructors
Avro
Format
Snappy
Codec
Specification
Link copied to clipboard
constructor
(
type
:
AvroFormatCompressionCodecSpecification.Type
=
Type.SNAPPY
)
Properties
type
Link copied to clipboard
open
override
val
type
:
AvroFormatCompressionCodecSpecification.Type
Functions
to
Compression
Configuration
Link copied to clipboard
fun
toCompressionConfiguration
(
)
:
AvroCompressionConfiguration