mirror of https://gitee.com/bigwinds/arangodb
1.4 KiB
1.4 KiB
TOC
- @ref HttpCollection
- @ref HttpCollectionIntro
- @ref HttpCollectionResource
- @ref HttpCollectionHttp
- @ref HttpCollectionConstructor
- @ref HttpCollectionCreate "POST /_api/collection"
- @ref HttpCollectionDelete "DELETE /_api/collection/collection-name"
- @ref HttpCollectionTruncate "PUT /_api/collection/collection-name/truncate"
- @ref HttpCollectionReading
- @ref HttpCollectionRead "GET /_api/collection/collection-name"
- @ref HttpCollectionReadProperties "GET /_api/collection/collection-name/properties"
- @ref HttpCollectionReadCount "GET /_api/collection/collection-name/count"
- @ref HttpCollectionReadFigures "GET /_api/collection/collection-name/figures"
- @ref HttpCollectionReadRevision "GET /_api/collection/collection-name/revision"
- @ref HttpCollectionReadChecksum "GET /_api/collection/collection-name/checksum"
- @ref HttpCollectionReadAll "GET /_api/collection/"
- @ref HttpCollectionChanging
- @ref HttpCollectionLoad "PUT /_api/collection/collection-name/load"
- @ref HttpCollectionUnload "PUT /_api/collection/collection-name/unload"
- @ref HttpCollectionProperties "PUT /_api/collection/collection-name/properties"
- @ref HttpCollectionRename "PUT /_api/collection/collection-name/rename"
- @ref HttpCollectionRotate "PUT /_api/collection/collection-name/rotate"
- @ref HttpCollectionConstructor