OBJECT

O365OnedriveFile

link GraphQL Schema definition

  • type O365OnedriveFile implements O365OnedriveObject {
  • # The ID of the file.
  • id: String!
  • # The name of the file.
  • name: String
  • # The ID of the parent folder.
  • parentFolderId: String
  • # The ID of the snapshot containing this file.
  • snapshotId: UUID
  • # The sequence number of the snapshot containing this file.
  • snapshotNum: Int
  • # The time at which the snapshot containing this file was taken.
  • snapshotTime: DateTime
  • # The time the file was created.
  • createTime: DateTime
  • # The time the file was modified.
  • modifiedTime: DateTime
  • fileType: String
  • # The size of the file.
  • size: Long
  • # 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 channel containing this file for Teams files.
  • channelMembershipType: ChannelMembershipType
  • # The object type of this file, for example, Onedrive or SharePoint drive.
  • objectType: SharePointDescendantType
  • }

link Require by

This element is not required by anyone