Method: Couchbase::Management::QueryIndex#partition

Defined in:
lib/couchbase/management/query_index_manager.rb

#partitionString

Returns the string representation of the index’s partition.

Returns:

  • (String)

    the string representation of the index’s partition



611
612
613
# File 'lib/couchbase/management/query_index_manager.rb', line 611

def partition
  @partition
end