public interface SearchAlias extends ArangoView
| Modifier and Type | Method and Description |
|---|---|
ViewEntity |
create()
Creates a view, then returns view information from the server.
|
ViewEntity |
create(SearchAliasCreateOptions options)
Creates a view with the given
options, then returns view information from the server. |
SearchAliasPropertiesEntity |
getProperties()
Reads the properties of the specified view.
|
SearchAliasPropertiesEntity |
replaceProperties(SearchAliasPropertiesOptions options)
Changes properties of the view.
|
SearchAliasPropertiesEntity |
updateProperties(SearchAliasPropertiesOptions options)
Partially changes properties of the view.
|
util, utilViewEntity create() throws ArangoDBException
ArangoDBExceptionViewEntity create(SearchAliasCreateOptions options) throws ArangoDBException
options, then returns view information from the server.options - Additional options, can be nullArangoDBExceptionSearchAliasPropertiesEntity getProperties() throws ArangoDBException
ArangoDBExceptionSearchAliasPropertiesEntity updateProperties(SearchAliasPropertiesOptions options) throws ArangoDBException
options - properties to changeArangoDBExceptionSearchAliasPropertiesEntity replaceProperties(SearchAliasPropertiesOptions options) throws ArangoDBException
options - properties to changeArangoDBExceptionCopyright © 2016–2023 ArangoDB GmbH. All rights reserved.