Class: Google::Cloud::Bigtable::Admin::V2::CreateTableRequest::Split

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb

Overview

An initial split point for a newly created table.

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns Row key to use as an initial tablet boundary.

Returns:

  • (::String)

    Row key to use as an initial tablet boundary.



132
133
134
135
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 132

class Split
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end