Bigquery

data class Bigquery(val projectID: String? = null, val project: String? = null, val dataset: String? = null, val table: String? = null)

Represents BigQuery information.

Constructors

Link copied to clipboard
constructor(projectID: String? = null, project: String? = null, dataset: String? = null, table: String? = null)

Properties

Link copied to clipboard
val dataset: String? = null

The dataset name.

Link copied to clipboard
val project: String? = null

The project name.

Link copied to clipboard
val projectID: String? = null

The project ID.

Link copied to clipboard
val table: String? = null

The table name.