Skip to main content

GoogleCloudBigQueryDatasetTable

No description

type GoogleCloudBigQueryDatasetTable {
metadata: ResourceMetadata!
etag: String!
cloneDefinition: GoogleCloudBigQueryDatasetTableCloneDefinition!
createdAt: DateTime!
defaultCollation: String!
description: String!
encryptionConfiguration: GoogleCloudBigQueryEncryptionConfiguration
expiredAt: DateTime!
name: String!
labels: [GoogleCloudBigQueryDatasetTableLabel!]!
lastModifiedAt: DateTime!
location: String!
materializedView: GoogleCloudBigQueryDatasetTableMaterializedViewDefinition
sizeOfBytes: Uint64!
numberOfLongTermBytes: Uint64!
numberOfRows: Uint64!
requirePartitionFilter: Boolean!
reference: GoogleCloudBigQueryDatasetTableReference!
tableType: GoogleCloudBigQueryDatasetTableType!
iamPolicy: GoogleCloudIAMPolicy!
}

Fields

GoogleCloudBigQueryDatasetTable.metadata ● ResourceMetadata! non-null object

The metadata to identify this resource in Shisho Cloud

GoogleCloudBigQueryDatasetTable.etag ● String! non-null scalar

A hash of the table metadata

GoogleCloudBigQueryDatasetTable.cloneDefinition ● GoogleCloudBigQueryDatasetTableCloneDefinition! non-null object

Clone definition

GoogleCloudBigQueryDatasetTable.createdAt ● DateTime! non-null scalar

The created date/time

GoogleCloudBigQueryDatasetTable.defaultCollation ● String! non-null scalar

The default collation of the table

GoogleCloudBigQueryDatasetTable.description ● String! non-null scalar

The user-friendly description

GoogleCloudBigQueryDatasetTable.encryptionConfiguration ● GoogleCloudBigQueryEncryptionConfiguration object

The custom encryption configuration

GoogleCloudBigQueryDatasetTable.expiredAt ● DateTime! non-null scalar

The table expiry date/time

GoogleCloudBigQueryDatasetTable.name ● String! non-null scalar

The descriptive name

GoogleCloudBigQueryDatasetTable.labels ● [GoogleCloudBigQueryDatasetTableLabel!]! non-null object

The labels associated with this table

GoogleCloudBigQueryDatasetTable.lastModifiedAt ● DateTime! non-null scalar

The last modified date/time

GoogleCloudBigQueryDatasetTable.location ● String! non-null scalar

The location

GoogleCloudBigQueryDatasetTable.materializedView ● GoogleCloudBigQueryDatasetTableMaterializedViewDefinition object

The materialized view definition

GoogleCloudBigQueryDatasetTable.sizeOfBytes ● Uint64! non-null scalar

The size of this table in bytes

GoogleCloudBigQueryDatasetTable.numberOfLongTermBytes ● Uint64! non-null scalar

The number of bytes in the table which is considered "long-term storage"

GoogleCloudBigQueryDatasetTable.numberOfRows ● Uint64! non-null scalar

The number of rows in the table

GoogleCloudBigQueryDatasetTable.requirePartitionFilter ● Boolean! non-null scalar

The state of requiring a partition filter

GoogleCloudBigQueryDatasetTable.reference ● GoogleCloudBigQueryDatasetTableReference! non-null object

The table reference

GoogleCloudBigQueryDatasetTable.tableType ● GoogleCloudBigQueryDatasetTableType! non-null enum

The table type

GoogleCloudBigQueryDatasetTable.iamPolicy ● GoogleCloudIAMPolicy! non-null object

The IAM policy of the Google BigQuery dataset table

Member of

GoogleCloudBigQueryDataset object