Class: Google::Apis::BigqueryV2::SkewSource

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 source stages which produce skewed data.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SkewSource

Returns a new instance of SkewSource.



8692
8693
8694
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8692

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

Instance Attribute Details

#stage_idFixnum

Output only. Stage id of the skew source stage. Corresponds to the JSON property stageId

Returns:

  • (Fixnum)


8690
8691
8692
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8690

def stage_id
  @stage_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8697
8698
8699
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8697

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