SubscriptionCloudStorageConfigAvroConfig

data class SubscriptionCloudStorageConfigAvroConfig(val useTopicSchema: Boolean? = null, val writeMetadata: Boolean? = null)

Constructors

Link copied to clipboard
constructor(useTopicSchema: Boolean? = null, writeMetadata: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val useTopicSchema: Boolean? = null

When true, the output Cloud Storage file will be serialized using the topic schema, if it exists.

Link copied to clipboard
val writeMetadata: Boolean? = null

When true, write the subscription name, messageId, publishTime, attributes, and orderingKey as additional fields in the output.