Uses of Class
com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity
-
Packages that use ArangoSearchPropertiesEntity Package Description com.arangodb -
-
Uses of ArangoSearchPropertiesEntity in com.arangodb
Methods in com.arangodb that return ArangoSearchPropertiesEntity Modifier and Type Method Description ArangoSearchPropertiesEntityArangoSearch. getProperties()Reads the properties of the specified view.ArangoSearchPropertiesEntityArangoSearch. replaceProperties(ArangoSearchPropertiesOptions options)Changes properties of the view.ArangoSearchPropertiesEntityArangoSearch. updateProperties(ArangoSearchPropertiesOptions options)Partially changes properties of the view.Methods in com.arangodb that return types with arguments of type ArangoSearchPropertiesEntity Modifier and Type Method Description CompletableFuture<ArangoSearchPropertiesEntity>ArangoSearchAsync. getProperties()Asynchronous version ofArangoSearch.getProperties()CompletableFuture<ArangoSearchPropertiesEntity>ArangoSearchAsync. replaceProperties(ArangoSearchPropertiesOptions options)Asynchronous version ofArangoSearch.replaceProperties(ArangoSearchPropertiesOptions)CompletableFuture<ArangoSearchPropertiesEntity>ArangoSearchAsync. updateProperties(ArangoSearchPropertiesOptions options)Asynchronous version ofArangoSearch.updateProperties(ArangoSearchPropertiesOptions)
-