Class: Google::Cloud::DataCatalog::V1::BigQueryDateShardedSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/table_spec.rb

Overview

Spec for a group of BigQuery tables with name pattern [prefix]YYYYMMDD. Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding

Instance Attribute Summary collapse

Instance Attribute Details

#dataset::String (readonly)



79
80
81
82
# File 'proto_docs/google/cloud/datacatalog/v1/table_spec.rb', line 79

class BigQueryDateShardedSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#shard_count::Integer (readonly)



79
80
81
82
# File 'proto_docs/google/cloud/datacatalog/v1/table_spec.rb', line 79

class BigQueryDateShardedSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#table_prefix::String (readonly)



79
80
81
82
# File 'proto_docs/google/cloud/datacatalog/v1/table_spec.rb', line 79

class BigQueryDateShardedSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end