Class FieldIndexConfigIndex


  • public final class FieldIndexConfigIndex
    extends java.lang.Object
    • Method Detail

      • arrayConfig

        public java.util.Optional<java.lang.String> arrayConfig()
        Returns:
        Indicates that this field supports operations on arrayValues. Only one of `order` and `arrayConfig` can be specified. Possible values are: `CONTAINS`.
      • order

        public java.util.Optional<java.lang.String> order()
        Returns:
        Indicates that this field supports ordering by the specified order or comparing using =, <, <=, >, >=, !=. Only one of `order` and `arrayConfig` can be specified. Possible values are: `ASCENDING`, `DESCENDING`.
      • queryScope

        public java.util.Optional<java.lang.String> queryScope()
        Returns:
        The scope at which a query is run. Collection scoped queries require you specify the collection at query time. Collection group scope allows queries across all collections with the same id. Default value is `COLLECTION`. Possible values are: `COLLECTION`, `COLLECTION_GROUP`.