Class: Google::Apis::BigqueryV2::InputDataChange

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

Details about the input data change insight.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InputDataChange

Returns a new instance of InputDataChange.



4039
4040
4041
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4039

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

Instance Attribute Details

#records_read_diff_percentageFloat

Output only. Records read difference percentage compared to a previous run. Corresponds to the JSON property recordsReadDiffPercentage

Returns:

  • (Float)


4037
4038
4039
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4037

def records_read_diff_percentage
  @records_read_diff_percentage
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4044
4045
4046
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4044

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