GoogleBigQueryDatasetTable
No description
type GoogleBigQueryDatasetTable {
resourceId: ResourceID!
kind: String!
etag: String!
selfLink: String!
cloneDefinition: GoogleBigQueryDatasetTableCloneDefinition!
createdAt: DateTime!
defaultCollation: String!
description: String!
encryptionConfiguration: GoogleBigQueryEncryptionConfiguration!
expiredAt: DateTime!
name: String!
labels: [GoogleBigQueryDatasetTableLabel!]!
lastModifiedAt: DateTime!
location: String!
materializedView: GoogleBigQueryDatasetTableMaterializedViewDefinition!
maxStaleness: String!
numBytes: Uint64!
numLongTermBytes: Uint64!
numRows: Uint64!
numActiveLogicalBytes: Uint64!
numActivePhysicalBytes: Uint64!
numLongTermLogicalBytes: Uint64!
numLongTermPhysicalBytes: Uint64!
numPartitions: Uint64!
numTimeTravelPhysicalBytes: Uint64!
numTotalLogicalBytes: Uint64!
numTotalPhysicalBytes: Uint64!
requirePartitionFilter: Boolean!
reference: GoogleBigQueryDatasetTableReference!
tableType: GoogleBigQueryDatasetTableType!
iamPolicy: GoogleIAMPolicy!
}
Fields
GoogleBigQueryDatasetTable.resourceId
● ResourceID!
non-null scalar
The ID to identify the table in Shisho Cloud
GoogleBigQueryDatasetTable.kind
● String!
non-null scalar
The resource type
GoogleBigQueryDatasetTable.etag
● String!
non-null scalar
A hash of the table metadata
GoogleBigQueryDatasetTable.selfLink
● String!
non-null scalar
A URL that can be used to access the resource
GoogleBigQueryDatasetTable.cloneDefinition
● GoogleBigQueryDatasetTableCloneDefinition!
non-null object
Clone definition
GoogleBigQueryDatasetTable.createdAt
● DateTime!
non-null scalar
The created time
GoogleBigQueryDatasetTable.defaultCollation
● String!
non-null scalar
The default collation of the table
GoogleBigQueryDatasetTable.description
● String!
non-null scalar
The user-friendly description
GoogleBigQueryDatasetTable.encryptionConfiguration
● GoogleBigQueryEncryptionConfiguration!
non-null object
The custom encryption configuration
GoogleBigQueryDatasetTable.expiredAt
● DateTime!
non-null scalar
The table expiry date/time
GoogleBigQueryDatasetTable.name
● String!
non-null scalar
The descriptive name
GoogleBigQueryDatasetTable.labels
● [GoogleBigQueryDatasetTableLabel!]!
non-null object
The labels associated with this table
GoogleBigQueryDatasetTable.lastModifiedAt
● DateTime!
non-null scalar
The last modified time
GoogleBigQueryDatasetTable.location
● String!
non-null scalar
The location
GoogleBigQueryDatasetTable.materializedView
● GoogleBigQueryDatasetTableMaterializedViewDefinition!
non-null object
The materialized view definition
GoogleBigQueryDatasetTable.maxStaleness
● String!
non-null scalar
The max data staleness could be returned
GoogleBigQueryDatasetTable.numBytes
● Uint64!
non-null scalar
The size of this table in bytes
GoogleBigQueryDatasetTable.numLongTermBytes
● Uint64!
non-null scalar
The number of bytes in the table which is considered "long-term storage"
GoogleBigQueryDatasetTable.numRows
● Uint64!
non-null scalar
The number of rows in the table
GoogleBigQueryDatasetTable.numActiveLogicalBytes
● Uint64!
non-null scalar
The number of logical bytes that are newer than 90 days
GoogleBigQueryDatasetTable.numActivePhysicalBytes
● Uint64!
non-null scalar
The number of physical bytes that are newer than 90 days
GoogleBigQueryDatasetTable.numLongTermLogicalBytes
● Uint64!
non-null scalar
The number of logical bytes that are older than 90 days
GoogleBigQueryDatasetTable.numLongTermPhysicalBytes
● Uint64!
non-null scalar
The number of physical bytes that are older than 90 days
GoogleBigQueryDatasetTable.numPartitions
● Uint64!
non-null scalar
The number of partitions present in the table or views
GoogleBigQueryDatasetTable.numTimeTravelPhysicalBytes
● Uint64!
non-null scalar
The number of physical bytes used by time travel storage such as the deleted and changed data
GoogleBigQueryDatasetTable.numTotalLogicalBytes
● Uint64!
non-null scalar
The total number of logical bytes in the table and views
GoogleBigQueryDatasetTable.numTotalPhysicalBytes
● Uint64!
non-null scalar
The total number of physical bytes in the table and views
GoogleBigQueryDatasetTable.requirePartitionFilter
● Boolean!
non-null scalar
The state of requiring a partion filter
GoogleBigQueryDatasetTable.reference
● GoogleBigQueryDatasetTableReference!
non-null object
The table reference
GoogleBigQueryDatasetTable.tableType
● GoogleBigQueryDatasetTableType!
non-null enum
The table type
GoogleBigQueryDatasetTable.iamPolicy
● GoogleIAMPolicy!
non-null object
The IAM policy of the Google BigQuery dataset table
Member of
GoogleBigQueryDataset
object