Buckets is a general purpose storage. Every bucket must have a uniqe ID in the account and is built-on top of a MongoDB collection.
GET:/datenbanken/{version}/buckets
{
"information": {
"database_name": "db-buckets",
"database_collection_count": 3,
"database_collection_document_count": 10,
"database_uncompressed_data_size": {
"bytes": 646,
"string": "646 bytes"
},
"database_storage_size": {
"bytes": 45056,
"string": "44 kilobytes"
},
"document_average_size": {
"bytes": 64.6,
"string": "64.60 bytes"
},
"indexes": 3,
"indexes_size": {
"bytes": 45056,
"string": "44 kilobytes"
},
"filesystem_available_space": {
"bytes": 295553343488,
"string": "275.26 gigabytes"
}
},
"buckets": [ "List of buckets in the account" ]
}