class Google::Apis::BigtableadminV2::Split

An initial split point for a newly created table.

Attributes

key[RW]

Row key to use as an initial tablet boundary. Corresponds to the JSON property `key` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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