class Google::Apis::SpannerV1::PrefixNode
improves legibility in the UI.
company and reuse it for all employees that fall under the company. Doing so
data. Eg ///employee In this case Keysight will possibly use one node for a
Keys often have a shared prefix structure where users use the keys to organize
Bigtable keyspaces are lexicographically ordered mappings of keys to values.
A message representing a key prefix node in the key prefix hierarchy. for eg.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @data_source_node = args[:data_source_node] if args.key?(:data_source_node) @depth = args[:depth] if args.key?(:depth) @end_index = args[:end_index] if args.key?(:end_index) @start_index = args[:start_index] if args.key?(:start_index) @word = args[:word] if args.key?(:word) end