AvroConfigResponse

data class AvroConfigResponse(val writeMetadata: Boolean)

Configuration for writing message data in Avro format. Message payloads and metadata will be written to files as an Avro binary.

Constructors

Link copied to clipboard
fun AvroConfigResponse(writeMetadata: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When true, write the subscription name, message_id, publish_time, attributes, and ordering_key as additional fields in the output.