ClusterGcsSource

data class ClusterGcsSource(val uris: List<String>)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

URIs of the GCS objects to import. Example: gs://bucket1/object1, gs://bucket2/folder2/object2