@akamai/openapi-ts
    Preparing search index...

    Type Alias GetObjectStorageQuotaUsageResponses

    type GetObjectStorageQuotaUsageResponses = {
        "200": { quota_limit: number; usage: number | null };
    }
    Index

    Properties

    Properties

    "200": { quota_limit: number; usage: number | null }

    Usage data for a specific Object Storage-related quota on your account.

    Type Declaration

    • quota_limit: number

      The availability limit for a specific Object Storage resource (objQuotaId) for a single endpoint.

    • usage: number | null

      The quantity of the Object Storage resource currently in use on an endpoint. Displayed as null if no resources are in use.