mirror of https://gitee.com/bigwinds/arangodb
documentation fix
This commit is contained in:
parent
06df934b59
commit
ee89dd6599
|
@ -541,6 +541,9 @@
|
||||||
/// - @LIT{waitForSync}: If @LIT{true} then creating or changing a
|
/// - @LIT{waitForSync}: If @LIT{true} then creating or changing a
|
||||||
/// document will wait until the data has been synchronised to disk.
|
/// document will wait until the data has been synchronised to disk.
|
||||||
///
|
///
|
||||||
|
/// - @LIT{journalSize}: Size (in bytes) for new journal files that are
|
||||||
|
/// created for the collection.
|
||||||
|
///
|
||||||
/// If returns an object with the attributes
|
/// If returns an object with the attributes
|
||||||
///
|
///
|
||||||
/// - @LIT{id}: The identifier of the collection.
|
/// - @LIT{id}: The identifier of the collection.
|
||||||
|
@ -549,6 +552,8 @@
|
||||||
///
|
///
|
||||||
/// - @LIT{waitForSync}: The new value.
|
/// - @LIT{waitForSync}: The new value.
|
||||||
///
|
///
|
||||||
|
/// - @LIT{journalSize}: The new value.
|
||||||
|
///
|
||||||
/// @EXAMPLES
|
/// @EXAMPLES
|
||||||
///
|
///
|
||||||
/// @verbinclude api-collection-identifier-properties-sync
|
/// @verbinclude api-collection-identifier-properties-sync
|
||||||
|
|
Loading…
Reference in New Issue