OBJECT
GetO365StorageStatsResp
link
GraphQL Schema definition
- type GetO365StorageStatsResp {
- liveDataSizeInBytes: Long!
- physicalDataSizeInBytes: Long!
- storageEfficiencyPercent: Long!
- physicalDataSizeTimeSeries: [O365PhysicalDataSizeTimeStamp!]!
- dailyGrowthInBytes: Long!
- estimatedThirtyDaysStorageInBytes: Long!
- }