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.



8667
8668
8669
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8667

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)


8665
8666
8667
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8665

def stage_id
  @stage_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8672
8673
8674
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8672

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