Interface CreateIndexPath

    • Method Detail

      • create

        OnPath create​(String indexName)
        Create a secondary index.
        Parameters:
        indexName - the name of the secondary index to be created. It will automatically be escaped.
      • createPrimary

        OnPrimaryPath createPrimary()
        Create a primary index.
      • createPrimary

        OnPrimaryPath createPrimary​(String customPrimaryName)
        Create a primary index with a custom name.
        Parameters:
        customPrimaryName - the custom name for the primary index.