OBJECT
O365OnedriveFile
link GraphQL Schema definition
- type O365OnedriveFile implements O365OnedriveObject {
- # The folder name of the Teams channel containing this folder.
- : String
- # The ID of the Teams channel containing this folder.
- : String
- # The membership type of the channel containing this file for Teams files.
- : ChannelMembershipType
- # The name of the Teams channel containing this folder.
- : String
- # The time the file was created.
- : DateTime
- : String
- # The ID of the file.
- : String!
- # The time the file was modified.
- : DateTime
- # The name of the file.
- : String
- # The object type of this file, for example, Onedrive or SharePoint drive.
- : SharePointDescendantType
- # The ID of the parent folder.
- : String
- # The size of the file.
- : Long
- # The ID of the snapshot containing this file.
- : UUID
- # The sequence number of the snapshot containing this file.
- : Int
- # The time at which the snapshot containing this file was taken.
- : DateTime
- }
link Require by
This element is not required by anyone