operations_size
Counts remote size and provides total size, file count, and objects missing size metadata.
Instructions
Count remote size — Reports total size, file count, and number of objects without size metadata.
IMPORTANT: If this operation is expected to take a long time (more than a few seconds), you MUST set _async: true to run it in the background. It will return a jobid immediately, which you can poll using the job_status tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fs | No | Remote name or path to measure aggregate size information for. | |
| _async | No | Run this operation asynchronously in the background. Highly recommended to set to true for long-running operations to avoid timeout. | |
| _group | No | Assign the request to a custom stats group. |