OBJECT

O365OnedriveFolder

link GraphQL Schema definition

  • type O365OnedriveFolder implements O365OnedriveObject {
  • # The ID of the folder.
  • id: String!
  • # The name of the folder.
  • name: String
  • # The ID of the parent folder.
  • parentFolderId: String
  • # The ID of the snapshot containing this folder.
  • snapshotId: UUID
  • # The sequence number of the snapshot containing this folder.
  • snapshotNum: Int
  • # The time at which the snapshot containing this folder was taken.
  • snapshotTime: DateTime
  • # The time the folder was created.
  • createTime: DateTime
  • # The time the folder was modified.
  • modifiedTime: DateTime
  • size: Long
  • # The count of items in the folder.
  • itemCount: Int
  • # The name of the Teams channel containing this folder.
  • channelName: String
  • # The ID of the Teams channel containing this folder.
  • channelId: String
  • # The folder name of the Teams channel containing this folder.
  • channelFolderName: String
  • # The membership type of the Teams channel.
  • channelMembershipType: ChannelMembershipType
  • # The object type of this folder, for example, Onedrive or SharePoint drive.
  • objectType: SharePointDescendantType
  • }

link Require by

This element is not required by anyone