@ThreadSafe public interface ArangoViewAsync extends ArangoSerdeAccessor
Modifier and Type | Method and Description |
---|---|
ArangoDatabaseAsync |
db()
The the handler of the database the collection is within
|
CompletableFuture<Void> |
drop()
Deletes the view from the database.
|
CompletableFuture<Boolean> |
exists()
Checks whether the view exists.
|
CompletableFuture<ViewEntity> |
getInfo()
Returns information about the view.
|
String |
name()
The name of the view
|
CompletableFuture<ViewEntity> |
rename(String newName)
Renames the view.
|
getSerde
ArangoDatabaseAsync db()
String name()
CompletableFuture<Boolean> exists()
CompletableFuture<Void> drop()
CompletableFuture<ViewEntity> rename(String newName)
newName
- The new nameCompletableFuture<ViewEntity> getInfo()
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.