Skip to main content

GoogleCloudBigQueryDatasetTable

No description

type GoogleCloudBigQueryDatasetTable {
metadata: ResourceMetadata!
etag: String!
selfLink: 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!
numberOfActiveLogicalBytes: Uint64!
numberOfActivePhysicalBytes: Uint64!
numberOfLongTermLogicalBytes: Uint64!
numberOfLongTermPhysicalBytes: Uint64!
numberOfPartitions: Uint64!
numberOfTimeTravelPhysicalBytes: Uint64!
numberOfTotalLogicalBytes: Uint64!
numberOfTotalPhysicalBytes: 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.selfLink ● String! non-null scalar

A URL that can be used to access the resource

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! non-null 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! non-null 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.numberOfActiveLogicalBytes ● Uint64! non-null scalar

The number of logical bytes that are newer than 90 days

GoogleCloudBigQueryDatasetTable.numberOfActivePhysicalBytes ● Uint64! non-null scalar

The number of physical bytes that are newer than 90 days

GoogleCloudBigQueryDatasetTable.numberOfLongTermLogicalBytes ● Uint64! non-null scalar

The number of logical bytes that are older than 90 days

GoogleCloudBigQueryDatasetTable.numberOfLongTermPhysicalBytes ● Uint64! non-null scalar

The number of physical bytes that are older than 90 days

GoogleCloudBigQueryDatasetTable.numberOfPartitions ● Uint64! non-null scalar

The number of partitions present in the table or views

GoogleCloudBigQueryDatasetTable.numberOfTimeTravelPhysicalBytes ● Uint64! non-null scalar

The number of physical bytes used by time travel storage, such as the deleted and changed data

GoogleCloudBigQueryDatasetTable.numberOfTotalLogicalBytes ● Uint64! non-null scalar

The total number of logical bytes in the table and views

GoogleCloudBigQueryDatasetTable.numberOfTotalPhysicalBytes ● Uint64! non-null scalar

The total number of physical bytes in the table and views

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