Variable getObjectStorageQuotaResponseSchemaConst
getObjectStorageQuotaResponseSchema: ZodObject<
{
description: ZodString;
endpoint_type: ZodEnum<{ E0: "E0"; E1: "E1"; E2: "E2"; E3: "E3" }>;
quota_id: ZodString;
quota_limit: ZodInt;
quota_name: ZodEnum<
{
"Number of Buckets": "Number of Buckets";
"Number of Objects": "Number of Objects";
"Total Capacity": "Total Capacity";
},
>;
resource_metric: ZodEnum<
{ bucket: "bucket"; byte: "byte"; object: "object" },
>;
s3_endpoint: ZodString;
},
$strip,
> = ...
The current Object Storage-related quotas on your account.