OBJECT

OrgSegregatedConsumption

Description

Rich org-level segregated consumption data with detailed breakdowns

link GraphQL Schema definition

  • type OrgSegregatedConsumption {
  • # Segregated consumption for Exchange workload
  • exchangeConsumption: SegregatedFETBConsumption
  • # Consumption breakdown by object type.
  • objectTypeUsage: [ObjectTypeConsumption!]!
  • # Segregated consumption for OneDrive workload
  • onedriveConsumption: SegregatedFETBConsumption
  • # UUID of the organization
  • orgId: UUID!
  • # Name of the organization
  • orgName: String!
  • # Segregated consumption for SharePoint workload
  • sharepointConsumption: SegregatedFETBConsumption
  • # Aggregated total consumption across all Microsoft 365 workloads
  • totalConsumption: SegregatedFETBConsumption
  • # Total FETB consumed aggregated across all Microsoft 365 workloads
  • totalFetbConsumed: Long
  • # Total object count for this org
  • totalObjectCount: Long
  • }