TopicIngestionDataSourceSettingsCloudStorageTextFormat

Constructors

constructor(delimiter: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val delimiter: String? = null

The delimiter to use when using the 'text' format. Each line of text as specified by the delimiter will be set to the 'data' field of a Pub/Sub message. When unset, '\n' is used.