Class StoredValue


  • public final class StoredValue
    extends Object
    Since:
    ArangoDB 3.7
    Author:
    Michele Rastelli
    See Also:
    API Documentation
    • Constructor Detail

      • StoredValue

        public StoredValue​(List<String> fields,
                           ArangoSearchCompression compression,
                           Boolean cache)
        Parameters:
        fields - A list of attribute paths. The . character denotes sub-attributes.
        compression - Defines how to compress the attribute values.
        cache - Whether to cache stored values in memory. (Since ArangoDB 3.9.5, Enterprise Edition only)
      • StoredValue

        public StoredValue​(List<String> fields)