Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.internal.velocypack |
Modifier and Type | Method and Description |
---|---|
SearchAliasPropertiesEntity |
SearchAlias.getProperties()
Reads the properties of the specified view.
|
SearchAliasPropertiesEntity |
SearchAlias.replaceProperties(SearchAliasPropertiesOptions options)
Changes properties of the view.
|
SearchAliasPropertiesEntity |
SearchAlias.updateProperties(SearchAliasPropertiesOptions options)
Partially changes properties of the view.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<SearchAliasPropertiesEntity> |
SearchAliasAsync.getProperties()
Reads the properties of the specified view.
|
CompletableFuture<SearchAliasPropertiesEntity> |
SearchAliasAsync.replaceProperties(SearchAliasPropertiesOptions options)
Changes properties of the view.
|
CompletableFuture<SearchAliasPropertiesEntity> |
SearchAliasAsync.updateProperties(SearchAliasPropertiesOptions options)
Partially changes properties of the view.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<SearchAliasPropertiesEntity> |
SearchAliasAsyncImpl.getProperties() |
CompletableFuture<SearchAliasPropertiesEntity> |
SearchAliasAsyncImpl.replaceProperties(SearchAliasPropertiesOptions options) |
CompletableFuture<SearchAliasPropertiesEntity> |
SearchAliasAsyncImpl.updateProperties(SearchAliasPropertiesOptions options) |
Modifier and Type | Field and Description |
---|---|
static com.arangodb.velocypack.VPackDeserializer<SearchAliasPropertiesEntity> |
VPackDeserializers.SEARCH_ALIAS_PROPERTIES_ENTITY |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.