GoogleCloudBigQueryDataset
No description
type GoogleCloudBigQueryDataset {
resourceId: ResourceID!
etag: String!
selfLink: String!
reference: GoogleCloudBigQueryDatasetReference!
name: String!
description: String!
defaultEncryptionConfiguration: GoogleCloudBigQueryEncryptionConfiguration!
defaultTableExpirationMiliseconds: Uint64!
defaultPartitionExpirationMiliseconds: Uint64!
labels: [GoogleCloudBigQueryDatasetLabel!]!
access: [GoogleCloudBigQueryDatasetAccess!]!
createdAt: DateTime!
lastModifiedAt: DateTime!
location: String!
satisfiesPzs: Boolean!
defaultCollation: String!
maximumTimeTravelHours: Uint64!
tags: [GoogleCloudTag!]!
tables: [GoogleCloudBigQueryDatasetTable!]!
}
Fields
GoogleCloudBigQueryDataset.resourceId
● ResourceID!
non-null scalar
The ID to identify the dataset in Shisho Cloud
GoogleCloudBigQueryDataset.etag
● String!
non-null scalar
A hash of the resource
GoogleCloudBigQueryDataset.selfLink
● String!
non-null scalar
A URL that can be used to access the resource
GoogleCloudBigQueryDataset.reference
● GoogleCloudBigQueryDatasetReference!
non-null object
The reference of the dataset
GoogleCloudBigQueryDataset.name
● String!
non-null scalar
The descriptive name
GoogleCloudBigQueryDataset.description
● String!
non-null scalar
The user-friendly description
GoogleCloudBigQueryDataset.defaultEncryptionConfiguration
● GoogleCloudBigQueryEncryptionConfiguration!
non-null object
The default encryption configuration
GoogleCloudBigQueryDataset.defaultTableExpirationMiliseconds
● Uint64!
non-null scalar
The default lifetime of all tables in the dataset, in milliseconds
GoogleCloudBigQueryDataset.defaultPartitionExpirationMiliseconds
● Uint64!
non-null scalar
This default partition expiration is expressed in milliseconds.
GoogleCloudBigQueryDataset.labels
● [GoogleCloudBigQueryDatasetLabel!]!
non-null object
The labels associated with this dataset
GoogleCloudBigQueryDataset.access
● [GoogleCloudBigQueryDatasetAccess!]!
non-null union
The defined dataset access for one or more entities
GoogleCloudBigQueryDataset.createdAt
● DateTime!
non-null scalar
The created date/time
GoogleCloudBigQueryDataset.lastModifiedAt
● DateTime!
non-null scalar
The last modified date/time
GoogleCloudBigQueryDataset.location
● String!
non-null scalar
The location
GoogleCloudBigQueryDataset.satisfiesPzs
● Boolean!
non-null scalar
The status of "satisfiesPzs" (this is for future use)
GoogleCloudBigQueryDataset.defaultCollation
● String!
non-null scalar
The default collation specification
GoogleCloudBigQueryDataset.maximumTimeTravelHours
● Uint64!
non-null scalar
The time travel window in hours. The value is between 48 and 168 hours (2 to 7 days)
GoogleCloudBigQueryDataset.tags
● [GoogleCloudTag!]!
non-null object
The tags for the dataset
GoogleCloudBigQueryDataset.tables
● [GoogleCloudBigQueryDatasetTable!]!
non-null object
Google BigQuery tables
Member of
GoogleCloudBigQuery
object