Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::BigQueryDateShardedSpec.
Specification for a group of BigQuery tables with the [prefix]YYYYMMDD
name
pattern.
For more information, see Introduction to partitioned tables.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dataset
def dataset() -> ::String
-
(::String) — Output only. The Data Catalog resource name of the dataset entry the current table
belongs to. For example:
projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}
.
#latest_shard_resource
def latest_shard_resource() -> ::String
- (::String) — Output only. BigQuery resource name of the latest shard.
#shard_count
def shard_count() -> ::Integer
- (::Integer) — Output only. Total number of shards.
#table_prefix
def table_prefix() -> ::String
-
(::String) — Output only. The table name prefix of the shards.
The name of any given shard is
[table_prefix]YYYYMMDD
. For example, for theMyTable20180101
shard, thetable_prefix
isMyTable
.