OBJECT

ObjectTypeConsumption

Description

Object type consumption information.

link GraphQL Schema definition

  • type ObjectTypeConsumption {
  • # Type of the object (e.g., O365Mailbox, O365OneDrive, O365Site).
  • objectType: String!
  • # Total consumption for this object type in bytes.
  • totalConsumption: Long
  • }