Method: Couchbase::Management::QueryIndex#type

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

#type:gsi, :view

Returns type of the index.

Returns:

  • (:gsi, :view)

    type of the index



581
582
583
# File 'lib/couchbase/management/query_index_manager.rb', line 581

def type
  @type
end