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
|
||||
/// 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
|
||||
///
|
||||
/// - @LIT{id}: The identifier of the collection.
|
||||
|
@ -549,6 +552,8 @@
|
|||
///
|
||||
/// - @LIT{waitForSync}: The new value.
|
||||
///
|
||||
/// - @LIT{journalSize}: The new value.
|
||||
///
|
||||
/// @EXAMPLES
|
||||
///
|
||||
/// @verbinclude api-collection-identifier-properties-sync
|
||||
|
|
Loading…
Reference in New Issue