class Google::Apis::SpannerV1::IndexedKeyRangeInfos

A message representing a (sparse) collection of KeyRangeInfos for specific key buckets.

Attributes

key_range_infos[RW]

A (sparse) mapping from key bucket index to the KeyRangeInfos for that key bucket. Corresponds to the JSON property `keyRangeInfos` @return [Hash<String,Google::Apis::SpannerV1::KeyRangeInfos>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/spanner_v1/classes.rb, line 1622
def update!(**args)
  @key_range_infos = args[:key_range_infos] if args.key?(:key_range_infos)
end