AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
glue
/
aws.sdk.kotlin.services.glue.model
/
TargetFormat
Target
Format
sealed
class
TargetFormat
Inheritors
Avro
Csv
Delta
Hudi
Hyper
Iceberg
Json
Orc
Parquet
Xml
SdkUnknown
Members
Types
Avro
Link copied to clipboard
object
Avro
:
TargetFormat
Companion
Link copied to clipboard
object
Companion
Csv
Link copied to clipboard
object
Csv
:
TargetFormat
Delta
Link copied to clipboard
object
Delta
:
TargetFormat
Hudi
Link copied to clipboard
object
Hudi
:
TargetFormat
Hyper
Link copied to clipboard
object
Hyper
:
TargetFormat
Iceberg
Link copied to clipboard
object
Iceberg
:
TargetFormat
Json
Link copied to clipboard
object
Json
:
TargetFormat
Orc
Link copied to clipboard
object
Orc
:
TargetFormat
Parquet
Link copied to clipboard
object
Parquet
:
TargetFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TargetFormat
Xml
Link copied to clipboard
object
Xml
:
TargetFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String