mirror of https://gitee.com/bigwinds/arangodb
27 lines
643 B
Markdown
27 lines
643 B
Markdown
Getting Information about a View
|
|
================================
|
|
|
|
### View Listing
|
|
|
|
A listing of all views in a database, regardless of their type, may be obtained
|
|
via:
|
|
|
|
<!-- js/actions/api-view.js -->
|
|
@startDocuBlock get_api_views
|
|
|
|
### Basic View Information
|
|
|
|
Basic view information, common to all view types, for a specific view may be
|
|
obtained via:
|
|
|
|
<!-- js/actions/api-view.js -->
|
|
@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:
|
|
|
|
<!-- js/actions/api-view.js -->
|
|
@startDocuBlock get_api_view_properties
|