mirror of https://gitee.com/bigwinds/arangodb
24 lines
549 B
Plaintext
24 lines
549 B
Plaintext
shell> curl --data-binary @- --dump - http://localhost:8529/_api/collection/1106917080/properties
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: application/json; charset=utf-8
|
|
location: /_db/_system/_api/collection/products/properties
|
|
|
|
{
|
|
"id" : "1106917080",
|
|
"name" : "products",
|
|
"isSystem" : false,
|
|
"doCompact" : true,
|
|
"isVolatile" : false,
|
|
"journalSize" : 1048576,
|
|
"keyOptions" : {
|
|
"type" : "traditional",
|
|
"allowUserKeys" : true
|
|
},
|
|
"waitForSync" : true,
|
|
"status" : 3,
|
|
"type" : 2,
|
|
"error" : false,
|
|
"code" : 200
|
|
}
|