Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Return storage usage metrics for the authenticated app
def get_app_storage_usage() -> AppStorageUsageResponse
async def get_app_storage_usage() -> AppStorageUsageResponse
AppStorageUsageResponse
usage = db.get_app_storage_usage() print(usage.total_mb, usage.document_count)
Was this page helpful?