Class: Google::Apis::BigqueryV2::MetadataCacheStatistics
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryV2::MetadataCacheStatistics
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigquery_v2/classes.rb,
lib/google/apis/bigquery_v2/representations.rb,
lib/google/apis/bigquery_v2/representations.rb
Overview
Statistics for metadata caching in BigLake tables.
Instance Attribute Summary collapse
-
#table_metadata_cache_usage ⇒ Array<Google::Apis::BigqueryV2::TableMetadataCacheUsage>
Set for the Metadata caching eligible tables referenced in the query.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MetadataCacheStatistics
constructor
A new instance of MetadataCacheStatistics.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MetadataCacheStatistics
Returns a new instance of MetadataCacheStatistics.
6493 6494 6495 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 6493 def initialize(**args) update!(**args) end |
Instance Attribute Details
#table_metadata_cache_usage ⇒ Array<Google::Apis::BigqueryV2::TableMetadataCacheUsage>
Set for the Metadata caching eligible tables referenced in the query.
Corresponds to the JSON property tableMetadataCacheUsage
6491 6492 6493 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 6491 def @table_metadata_cache_usage end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6498 6499 6500 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 6498 def update!(**args) @table_metadata_cache_usage = args[:table_metadata_cache_usage] if args.key?(:table_metadata_cache_usage) end |