Class: Google::Apis::BigqueryV2::InputDataChange
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryV2::InputDataChange
- 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
-
#records_read_diff_percentage ⇒ Float
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InputDataChange
constructor
A new instance of InputDataChange.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InputDataChange
Returns a new instance of InputDataChange.
4011 4012 4013 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4011 def initialize(**args) update!(**args) end |
Instance Attribute Details
#records_read_diff_percentage ⇒ Float
Output only. Records read difference percentage compared to a previous run.
Corresponds to the JSON property recordsReadDiffPercentage
4009 4010 4011 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4009 def records_read_diff_percentage @records_read_diff_percentage end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4016 4017 4018 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4016 def update!(**args) @records_read_diff_percentage = args[:records_read_diff_percentage] if args.key?(:records_read_diff_percentage) end |