OBJECT
OrgSegregatedConsumption
Description
Rich org-level segregated consumption data with detailed breakdowns
link GraphQL Schema definition
- type OrgSegregatedConsumption {
- # Segregated consumption for Exchange workload
- : SegregatedFETBConsumption
- # Consumption breakdown by object type.
- : [ObjectTypeConsumption!]!
- # Segregated consumption for OneDrive workload
- : SegregatedFETBConsumption
- # UUID of the organization
- : UUID!
- # Name of the organization
- : String!
- # Segregated consumption for SharePoint workload
- : SegregatedFETBConsumption
- # Aggregated total consumption across all Microsoft 365 workloads
- : SegregatedFETBConsumption
- # Total FETB consumed aggregated across all Microsoft 365 workloads
- : Long
- # Total object count for this org
- : Long
- }