public interface SearchAliasAsync extends ArangoViewAsync
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ViewEntity> |
create()
Creates a view, then returns view information from the server.
|
CompletableFuture<ViewEntity> |
create(SearchAliasCreateOptions options)
Creates a view with the given
options, then returns view information from the server. |
CompletableFuture<SearchAliasPropertiesEntity> |
getProperties()
Reads the properties of the specified view.
|
CompletableFuture<SearchAliasPropertiesEntity> |
replaceProperties(SearchAliasPropertiesOptions options)
Changes properties of the view.
|
CompletableFuture<SearchAliasPropertiesEntity> |
updateProperties(SearchAliasPropertiesOptions options)
Partially changes properties of the view.
|
db, drop, exists, getInfo, name, renamegetSerdeCompletableFuture<ViewEntity> create()
CompletableFuture<ViewEntity> create(SearchAliasCreateOptions options)
options, then returns view information from the server.options - Additional options, can be nullCompletableFuture<SearchAliasPropertiesEntity> getProperties()
CompletableFuture<SearchAliasPropertiesEntity> updateProperties(SearchAliasPropertiesOptions options)
options - properties to changeCompletableFuture<SearchAliasPropertiesEntity> replaceProperties(SearchAliasPropertiesOptions options)
options - properties to changeCopyright © 2016–2023 ArangoDB GmbH. All rights reserved.