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, rename
util, util
CompletableFuture<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–2022 ArangoDB GmbH. All rights reserved.