Interface iCloudStorageUsage

Information about the account's storage usage.

Hierarchy

  • iCloudStorageUsage

Properties

familyStorageUsageInfo: {
    displayColor: string;
    displayLabel: string;
    familyMembers: {
        appleId: string;
        dsid: number;
        firstName: string;
        fullName: string;
        id: string;
        lastName: string;
        usageInBytes: number;
    }[];
    mediaKey: string;
    usageInBytes: number;
}

Type declaration

  • displayColor: string
  • displayLabel: string
  • familyMembers: {
        appleId: string;
        dsid: number;
        firstName: string;
        fullName: string;
        id: string;
        lastName: string;
        usageInBytes: number;
    }[]
  • mediaKey: string
  • usageInBytes: number
quotaStatus: {
    almost-full: boolean;
    haveMaxQuotaTier: boolean;
    overQuota: boolean;
    paidQuota: boolean;
}

Type declaration

  • almost-full: boolean
  • haveMaxQuotaTier: boolean
  • overQuota: boolean
  • paidQuota: boolean
storageUsageByMedia: {
    displayColor: string;
    displayLabel: string;
    mediaKey: string;
    usageInBytes: number;
}[]
storageUsageInfo: {
    commerceStorageInBytes: number;
    compStorageInBytes: number;
    totalStorageInBytes: number;
    usedStorageInBytes: number;
}

Type declaration

  • commerceStorageInBytes: number
  • compStorageInBytes: number
  • totalStorageInBytes: number
  • usedStorageInBytes: number

Generated using TypeDoc