1
0
Fork 0
arangodb/Documentation/ImplementorManual/HttpCollectionTOC.md

26 lines
1.4 KiB
Markdown

TOC {#HttpCollectionTOC}
========================
- @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"