Skip to content
This repository has been archived by the owner on Dec 2, 2017. It is now read-only.

Latest commit

 

History

History
43 lines (37 loc) · 2.36 KB

remoteitem_facet.md

File metadata and controls

43 lines (37 loc) · 2.36 KB

Remote item facet

The Remote item facet contains data and references items that exist in another drive. It is available on the remoteItem property of Item resources that have been shared and added to a drive, for example, by using the "Add to OneDrive" feature.

Note: Unlike with folders in the user's drive, an item moved into a remote item might have its id changed.

JSON representation

{
  "id": "string",
  "parentReference": { "@odata.type": "oneDrive.itemReference" },
  "folder": { "@odata.type": "oneDrive.folder" },
  "file": { "@odata.type": "oneDrive.file" },
  "fileSystemInfo": { "@odata.type": "oneDrive.fileSystemInfo" },
  "name": "string",
  "size": 1024,
  "webUrl": "https://1drv.ms/voo/bar"
}

Properties

Property name Type Description
id String Unique identifier for the remote item in its drive.
parentReference ItemReference Properties of the parent of the remote item.
folder Folder Indicates that the remote item is a folder.
file File Indicates that the remote item is a file.
fileSystemInfo FileSystemInfo Information about the remote item from the local file system.
size Int64 Size of the remote item.
name String Optional. Filename of the remote item.