Stream Input Properties Args
data class StreamInputPropertiesArgs(val compression: Output<CompressionArgs>? = null, val datasource: Output<Any>? = null, val partitionKey: Output<String>? = null, val serialization: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<StreamInputPropertiesArgs>
The properties that are associated with an input containing stream data.
Constructors
Link copied to clipboard
constructor(compression: Output<CompressionArgs>? = null, datasource: Output<Any>? = null, partitionKey: Output<String>? = null, serialization: Output<Any>? = null, type: Output<String>)
Properties
Link copied to clipboard
Describes how input data is compressed
Link copied to clipboard
Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests.
Link copied to clipboard
partitionKey Describes a key in the input data which is used for partitioning the input data
Link copied to clipboard
Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.