class Google::Apis::BigqueryV2::TablePartitionConfiguration

Required

A partition configuration. Only one type of partition should be

configured.

Attributes

interval[RW]
Pick one

Configures an interval partition.

Corresponds to the JSON property `interval` @return [Google::Apis::BigqueryV2::IntervalPartitionConfiguration]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/bigquery_v2/classes.rb, line 2610
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/bigquery_v2/classes.rb, line 2615
def update!(**args)
  @interval = args[:interval] if args.key?(:interval)
end