OBJECT
O365OnedriveFile
link GraphQL Schema definition
- type O365OnedriveFile implements O365OnedriveObject {
- # The ID of the file.
- String! :
- # The name of the file.
- String :
- # The ID of the parent folder.
- String :
- # 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 :
- # The time the file was created.
- DateTime :
- # The time the file was modified.
- DateTime :
- String :
- # The size of the file.
- Long :
- # The name of the Teams channel containing this folder.
- String :
- # The ID of the Teams channel containing this folder.
- String :
- # The folder name of the Teams channel containing this folder.
- String :
- # The membership type of the channel containing this file for Teams files.
- ChannelMembershipType :
- # The object type of this file, for example, Onedrive or SharePoint drive.
- SharePointDescendantType :
- }
link Require by
This element is not required by anyone