RecordFormat

Describes the record format and relevant mapping information that should be applied to schematize the records on the stream.

Types

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

Properties

Link copied to clipboard

When configuring application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.

Link copied to clipboard

The type of record format.

Functions

Link copied to clipboard
inline fun copy(block: RecordFormat.Builder.() -> Unit = {}): RecordFormat
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