createIndex abstract method

Future<IndexResponse> createIndex({
  1. required QueryViewOptionsDef index,
  2. String? ddoc,
  3. String? name,
  4. String type = 'json',
  5. bool? partitioned,
})

Implementation

Future<IndexResponse> createIndex(
    {required QueryViewOptionsDef index,
    String? ddoc,
    String? name,
    String type = 'json',
    bool? partitioned});