OBJECT
GetO365StorageStatsResp
Description
Microsoft 365 detailed storage information.
link GraphQL Schema definition
- type GetO365StorageStatsResp {
- # Total daily growth, in bytes, of physical data size.
- : Long!
- # Estimated physical data size after 30 days.
- : Long!
- # Logical size, in bytes, of all successfully ingested and synchronized data.
- : Long!
- # Size, in bytes, of all live data after compression and deduplication.
- : Long!
- # Time series consisting of the physical data size for the last 10 days.
- : [O365PhysicalDataSizeTimeStamp!]!
- # Data storage efficiency, as a percentage.
- : Long!
- }