@@ -622,30 +622,30 @@ class CollectionProperties(JsonWrapper):
622
622
Example:
623
623
.. code-block:: json
624
624
625
- {
626
- "writeConcern" : 1,
627
- "waitForSync" : true,
628
- "usesRevisionsAsDocumentIds" : true,
629
- "syncByRevision" : true,
630
- "statusString" : "loaded",
631
- "id" : "68452",
632
- "isSmartChild" : false,
633
- "schema" : null,
634
- "name" : "products",
635
- "type" : 2,
636
- "status" : 3,
637
- "cacheEnabled" : false,
638
- "isSystem" : false,
639
- "internalValidatorType" : 0,
640
- "globallyUniqueId" : "hDA74058C1843/68452",
641
- "keyOptions" : {
642
- "allowUserKeys" : true,
643
- "type" : "traditional",
644
- "lastValue" : 0
645
- },
646
- "computedValues" : null,
647
- "objectId" : "68453"
648
- }
625
+ {
626
+ "writeConcern" : 1,
627
+ "waitForSync" : true,
628
+ "usesRevisionsAsDocumentIds" : true,
629
+ "syncByRevision" : true,
630
+ "statusString" : "loaded",
631
+ "id" : "68452",
632
+ "isSmartChild" : false,
633
+ "schema" : null,
634
+ "name" : "products",
635
+ "type" : 2,
636
+ "status" : 3,
637
+ "cacheEnabled" : false,
638
+ "isSystem" : false,
639
+ "internalValidatorType" : 0,
640
+ "globallyUniqueId" : "hDA74058C1843/68452",
641
+ "keyOptions" : {
642
+ "allowUserKeys" : true,
643
+ "type" : "traditional",
644
+ "lastValue" : 0
645
+ },
646
+ "computedValues" : null,
647
+ "objectId" : "68453"
648
+ }
649
649
650
650
References:
651
651
- `get-the-properties-of-a-collection <https://docs.arangodb.com/stable/develop/http-api/collections/#get-the-properties-of-a-collection>`__
0 commit comments