public class StoredValue extends Object
| Constructor and Description |
|---|
StoredValue(List<String> fields) |
StoredValue(List<String> fields,
ArangoSearchCompression compression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ArangoSearchCompression |
getCompression() |
List<String> |
getFields() |
int |
hashCode() |
public StoredValue(List<String> fields, ArangoSearchCompression compression)
fields - A list of attribute paths. The . character denotes sub-attributes.compression - Defines how to compress the attribute values.Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.