mirror of https://gitee.com/bigwinds/arangodb
643 B
643 B
Getting Information about a View
View Listing
A listing of all views in a database, regardless of their type, may be obtained via:
@startDocuBlock get_api_views
Basic View Information
Basic view information, common to all view types, for a specific view may be obtained via:
@startDocuBlock get_api_view_name
Full View Information
A full description, populated with additional properties depending on view type, for a specific view may be obtained via:
@startDocuBlock get_api_view_properties