mirror of https://gitee.com/bigwinds/arangodb
view -> View
This commit is contained in:
parent
02e8c386bd
commit
b03b323301
|
@ -27,7 +27,7 @@ cache of the selected database. Each result is a JSON object with the following
|
||||||
|
|
||||||
- *runTime*: the query's run time
|
- *runTime*: the query's run time
|
||||||
|
|
||||||
- *dataSources*: an array of collections/views the query was using
|
- *dataSources*: an array of collections/Views the query was using
|
||||||
|
|
||||||
@RESTRETURNCODES
|
@RESTRETURNCODES
|
||||||
|
|
||||||
|
|
|
@ -97,7 +97,7 @@ Individual log events will also have additional attributes, depending on the
|
||||||
event type. A few common attributes which are used for multiple events types
|
event type. A few common attributes which are used for multiple events types
|
||||||
are:
|
are:
|
||||||
|
|
||||||
- *cuid*: globally unique id of the view or collection the event was for
|
- *cuid*: globally unique id of the View or collection the event was for
|
||||||
|
|
||||||
- *db*: the database name the event was for
|
- *db*: the database name the event was for
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ The name of the View to drop.
|
||||||
@RESTDESCRIPTION
|
@RESTDESCRIPTION
|
||||||
Drops the View identified by *view-name*.
|
Drops the View identified by *view-name*.
|
||||||
|
|
||||||
If the view was successfully dropped, an object is returned with
|
If the View was successfully dropped, an object is returned with
|
||||||
the following attributes:
|
the following attributes:
|
||||||
- *error*: *false*
|
- *error*: *false*
|
||||||
- *id*: The identifier of the dropped View
|
- *id*: The identifier of the dropped View
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
@RESTURLPARAMETERS
|
@RESTURLPARAMETERS
|
||||||
|
|
||||||
@RESTDESCRIPTION
|
@RESTDESCRIPTION
|
||||||
Returns an object containing the definition of the view identified by *view-name*.
|
Returns an object containing the definition of the View identified by *view-name*.
|
||||||
|
|
||||||
@RESTURLPARAM{view-name,string,required}
|
@RESTURLPARAM{view-name,string,required}
|
||||||
The name of the View.
|
The name of the View.
|
||||||
|
|
Loading…
Reference in New Issue