OBJECT
O365SnapshotItemInfo
Description
Browse or search delta response returns Microsoft Office 365 file or folder data.
link GraphQL Schema definition
- type O365SnapshotItemInfo {
- # The ID of the Microsoft Office 365 OneDrive object.
- String! :
- # The parent folder ID of the object (ROOT indicates root folder).
- String :
- # The ID of the snapshot.
- String :
- # The sequence number of the snapshot.
- Int :
- # Returns a list of folder IDs that contains the absolute path of the given item,
- # starting with root and ending with the item. The first element in the list is
- # the root, and the last is the item itself.
- String!]! : [
- # Returns fields related to different Microsoft Office 365
- # SharePointDrive/OneDrive types.
- O365ReplyFields! :
- # Returns fields related to metadata for different Microsoft Office 365 SharePoint
- # Drive and OneDrive types.
- MetadataFields :
- }