Package com.arangodb
Interface SearchAlias
- All Superinterfaces:
ArangoSerdeAccessor,ArangoView
Interface for operations on ArangoDB view level for SearchAlias views.
- Since:
- ArangoDB 3.10
- Author:
- Michele Rastelli
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreate()Creates a view, then returns view information from the server.create(SearchAliasCreateOptions options) Creates a view with the givenoptions, then returns view information from the server.Reads the properties of the specified view.Changes properties of the view.Partially changes properties of the view.Methods inherited from interface com.arangodb.ArangoSerdeAccessor
getSerde
-
Method Details
-
create
ViewEntity create()Creates a view, then returns view information from the server.- Returns:
- information about the view
- See Also:
-
create
Creates a view with the givenoptions, then returns view information from the server.- Parameters:
options- Additional options, can be null- Returns:
- information about the view
- See Also:
-
getProperties
SearchAliasPropertiesEntity getProperties()Reads the properties of the specified view.- Returns:
- properties of the view
- See Also:
-
updateProperties
Partially changes properties of the view.- Parameters:
options- properties to change- Returns:
- properties of the view
- See Also:
-
replaceProperties
Changes properties of the view.- Parameters:
options- properties to change- Returns:
- properties of the view
- See Also:
-