OBJECT

MetadataFields

Description

Returns fields related to metadata for different Microsoft Office 365 SharePoint Drive and OneDrive types.

link GraphQL Schema definition

  • type MetadataFields {
  • # Workload ID of the O365 object.
  • snappableId: String!
  • # The sequence number of the O365 object snapshot.
  • snapshotNum: Int!
  • # Workload type of the O365 object.
  • snappableType: String!
  • # The type of O365 object.
  • objectType: M365ObjectType!
  • # Name of the O365 object.
  • objectName: String!
  • }