OBJECT

GetO365StorageStatsResp

Description

Microsoft 365 detailed storage information.

link GraphQL Schema definition

  • type GetO365StorageStatsResp {
  • # Total daily growth, in bytes, of physical data size.
  • dailyGrowthInBytes: Long!
  • # Estimated physical data size after 30 days.
  • estimatedThirtyDaysStorageInBytes: Long!
  • # Logical size, in bytes, of all successfully ingested and synchronized data.
  • liveDataSizeInBytes: Long!
  • # Size, in bytes, of all live data after compression and deduplication.
  • physicalDataSizeInBytes: Long!
  • # Time series consisting of the physical data size for the last 10 days.
  • physicalDataSizeTimeSeries: [O365PhysicalDataSizeTimeStamp!]!
  • # Data storage efficiency, as a percentage.
  • storageEfficiencyPercent: Long!
  • }

link Require by