Annotation Interface MongoWildcardIndex


Declares a top-level MongoDB wildcard index for an entity.
Since:
5.0.0
Author:
radovanradic
  • Element Details

    • name

      String name
      Returns:
      The index name.
      Default:
      ""
    • wildcardProjection

      String wildcardProjection
      Returns:
      The wildcard projection definition as JSON.
      Default:
      ""
    • hidden

      boolean hidden
      Returns:
      Whether the index is hidden.
      Default:
      false
    • comment

      String comment
      Returns:
      The index creation command comment.
      Default:
      ""
    • commitQuorum

      String commitQuorum
      Returns:
      The createIndexes commit quorum.
      Default:
      ""
    • storageEngine

      String storageEngine
      Returns:
      The storage engine options as JSON.
      Default:
      ""