Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.internal |
Modifier and Type | Method and Description |
---|---|
ArangoSearchPropertiesEntity |
ArangoSearch.getProperties()
Reads the properties of the specified view.
|
ArangoSearchPropertiesEntity |
ArangoSearch.replaceProperties(ArangoSearchPropertiesOptions options)
Changes properties of the view.
|
ArangoSearchPropertiesEntity |
ArangoSearch.updateProperties(ArangoSearchPropertiesOptions options)
Partially changes properties of the view.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ArangoSearchPropertiesEntity> |
ArangoSearchAsync.getProperties()
Reads the properties of the specified view.
|
CompletableFuture<ArangoSearchPropertiesEntity> |
ArangoSearchAsync.replaceProperties(ArangoSearchPropertiesOptions options)
Changes properties of the view.
|
CompletableFuture<ArangoSearchPropertiesEntity> |
ArangoSearchAsync.updateProperties(ArangoSearchPropertiesOptions options)
Partially changes properties of the view.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ArangoSearchPropertiesEntity> |
ArangoSearchAsyncImpl.getProperties() |
CompletableFuture<ArangoSearchPropertiesEntity> |
ArangoSearchAsyncImpl.replaceProperties(ArangoSearchPropertiesOptions options) |
CompletableFuture<ArangoSearchPropertiesEntity> |
ArangoSearchAsyncImpl.updateProperties(ArangoSearchPropertiesOptions options) |
Modifier and Type | Method and Description |
---|---|
ArangoSearchPropertiesEntity |
ArangoSearchImpl.getProperties() |
ArangoSearchPropertiesEntity |
ArangoSearchImpl.replaceProperties(ArangoSearchPropertiesOptions options) |
ArangoSearchPropertiesEntity |
ArangoSearchImpl.updateProperties(ArangoSearchPropertiesOptions options) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.