Skip to main content

GoogleBigQueryDataset

No description

type GoogleBigQueryDataset {
resourceId: ResourceID!
kind: String!
etag: String!
selfLink: String!
reference: GoogleBigQueryDatasetReference!
name: String!
description: String!
defaultEncryptionConfiguration: GoogleBigQueryEncryptionConfiguration!
defaultTableExpirationMiliseconds: Uint64!
defaultPartitionExpirationMiliseconds: Uint64!
labels: [GoogleBigQueryDatasetLabel!]!
access: [GoogleBigQueryDatasetAccess!]!
createdAt: DateTime!
lastModifiedAt: DateTime!
location: String!
satisfiesPzs: Boolean!
defaultCollation: String!
maxTimeTravelHours: Uint64!
tags: [GoogleCloudPlatformTag!]!
tables: [GoogleBigQueryDatasetTable!]!
}

Fields

GoogleBigQueryDataset.resourceId ● ResourceID! non-null scalar

The ID to identify the dataset in Shisho Cloud

GoogleBigQueryDataset.kind ● String! non-null scalar

The resource type

GoogleBigQueryDataset.etag ● String! non-null scalar

A hash of the resource

GoogleBigQueryDataset.selfLink ● String! non-null scalar

A URL that can be used to access the resource

GoogleBigQueryDataset.reference ● GoogleBigQueryDatasetReference! non-null object

The reference of dataset

GoogleBigQueryDataset.name ● String! non-null scalar

The descriptive name

GoogleBigQueryDataset.description ● String! non-null scalar

The user-friendly description

GoogleBigQueryDataset.defaultEncryptionConfiguration ● GoogleBigQueryEncryptionConfiguration! non-null object

The default encryption configuration

GoogleBigQueryDataset.defaultTableExpirationMiliseconds ● Uint64! non-null scalar

The default lifetime of all tables in the dataset, in milliseconds

GoogleBigQueryDataset.defaultPartitionExpirationMiliseconds ● Uint64! non-null scalar

This default partition expiration, expressed in milliseconds.

GoogleBigQueryDataset.labels ● [GoogleBigQueryDatasetLabel!]! non-null object

The labels associated with this dataset

GoogleBigQueryDataset.access ● [GoogleBigQueryDatasetAccess!]! non-null union

The defined dataset access for one or more entities

GoogleBigQueryDataset.createdAt ● DateTime! non-null scalar

The created time

GoogleBigQueryDataset.lastModifiedAt ● DateTime! non-null scalar

The last modified time

GoogleBigQueryDataset.location ● String! non-null scalar

The location

GoogleBigQueryDataset.satisfiesPzs ● Boolean! non-null scalar

The status of "satisfiesPzs" (this is for future use)

GoogleBigQueryDataset.defaultCollation ● String! non-null scalar

The default collation specification

GoogleBigQueryDataset.maxTimeTravelHours ● Uint64! non-null scalar

The time travel window in hours. The value is between 48 and 168 hours (2 to 7 days)

GoogleBigQueryDataset.tags ● [GoogleCloudPlatformTag!]! non-null object

The tags for the dataset

GoogleBigQueryDataset.tables ● [GoogleBigQueryDatasetTable!]! non-null object

Google BigQuery tables

Member of

GoogleBigQuery object