volume.files and are covered in the file task pages.
Create
Volume.from_name(..., create_if_missing=True) when setup scripts should be
idempotent:
Get
Volume.from_id(id) is an alias for Volume.get(id).
List
Select Fields
Usefields= when dashboards or scripts only need a few metadata attributes.
When fields are requested, the SDK returns raw dictionaries instead of
VolumeInfo objects.
Refresh Metadata
used_bytes is observed usage from the latest reconciliation.
max_size_bytes is the current enforced cap. In the hosted private beta,
auto-grow is currently disabled and the default cap is 2 GiB per volume unless
an operator has applied a tenant-specific override.