BatchGcsSource

@Serializable
data class BatchGcsSource(val uris: List<String>)

Represents a Google Cloud Storage source.

Constructors

Link copied to clipboard
constructor(uris: List<String>)

Properties

Link copied to clipboard
val uris: List<String>

A list of Google Cloud Storage URIs.