DestinationTableConfiguration

Describes the configuration of a destination in Apache Iceberg Tables.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Apache Iceberg database.

Link copied to clipboard

Specifies the name of the Apache Iceberg Table.

Link copied to clipboard

The partition spec configuration for a table that is used by automatic table creation.

Link copied to clipboard

The table specific S3 error output prefix. All the errors that occurred while delivering to this table will be prefixed with this value in S3 destination.

Link copied to clipboard

A list of unique keys for a given Apache Iceberg table. Firehose will use these for running Create, Update, or Delete operations on the given Iceberg table.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String