Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of files documents that matched your query. |
files | array | List of files. Can be one of: |
Example
JSON
{
"total": 5,
"files": [
{
"$id": "5e5ea5c16897e",
"bucketId": "5e5ea5c16897e",
"$createdAt": 1592981250,
"$updatedAt": 1592981250,
"$read": "role:all",
"$write": "user:608f9da25e7e1",
"name": "Pink.png",
"signature": "5d529fd02b544198ae075bd57c1762bb",
"mimeType": "image/png",
"sizeOriginal": 17890,
"chunksTotal": 17890,
"chunksUploaded": 17890
}
]
}
JSON
{
"total": 5,
"files": [
{
"_id": "5e5ea5c16897e",
"bucketId": "5e5ea5c16897e",
"_createdAt": 1592981250,
"_updatedAt": 1592981250,
"_read": "role:all",
"_write": "user:608f9da25e7e1",
"name": "Pink.png",
"signature": "5d529fd02b544198ae075bd57c1762bb",
"mimeType": "image/png",
"sizeOriginal": 17890,
"chunksTotal": 17890,
"chunksUploaded": 17890
}
]
}