CreateIndexOperation

View Source

Summary

Operation that creates an index.

Signature

type CreateIndexOperation = {
  ifNotExists?: boolean;
  index: IndexDefinition;
  kind: "createIndex";
};