Class: Google::Apis::BigqueryV2::MetadataCacheStatistics

Inherits:
Object
  • Object
show all
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 queried tables.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MetadataCacheStatistics

Returns a new instance of MetadataCacheStatistics.



7425
7426
7427
# File 'lib/google/apis/bigquery_v2/classes.rb', line 7425

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#table_metadata_cache_usageArray<Google::Apis::BigqueryV2::TableMetadataCacheUsage>

Set for the Metadata caching eligible tables referenced in the query. Corresponds to the JSON property tableMetadataCacheUsage



7423
7424
7425
# File 'lib/google/apis/bigquery_v2/classes.rb', line 7423

def 
  @table_metadata_cache_usage
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7430
7431
7432
# File 'lib/google/apis/bigquery_v2/classes.rb', line 7430

def update!(**args)
  @table_metadata_cache_usage = args[:table_metadata_cache_usage] if args.key?(:table_metadata_cache_usage)
end