This activity allows to get the properties of an item stored in OneDrive given its id or its path.
The authorization string to authenticate in MicrosoftGraph service.
The id of the Identity of the user, device, and application which created the item.
The display name of the Identity of the user, device, and application which created the item.
Date and time of item creation.
Represents the state of the deleted item.
The Id of the drive on which the activity has to work on.
(Hex string). The CRC32 value of the file in little endian (if available).
The MIME type for the file.
(Base64 string). A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available).
(Hex string). SHA1 hash for the contents of the file (if available).
The number of children contained immediately within this item. It must be a folder.
The Id of the item.
The path of the Item (File, Folder, ecc...). It must be '' (empty string) to work on the root of the drive. To work on any other folder the path must follow this pattern: 'folder1/folder2/folder3/.../file1.txt' (it is not necessary to specify the file if the item is a folder).
An object representing the obtained OdeDrive item.
Date and time of item was last accessed.
Date and time of item was last modified.
The id of the Identity of the user, device, and application which last modified the item.
The display name of the Identity of the user, device, and application which last modified the item.
Indicates the type of the item if it is a file. If it's not a file or its type is not handled the "Generic" value will be returned.
The unique identifier within the Drive of the obtained element.
The name of the item (filename and extension).
Indicates whether the the item is a file or a folder.
Size of the item in bytes.
URL that displays the resource in the browser.
The maximum time the activity might take to be executed. If it takes longer, an exception will be thrown.
An eTag for the content of the item. This eTag is not changed if only the metadata is changed. Note: this property is not returned if the item is a folder.
The eTag for the entire item (metadata + content). An ETag is an opaque identifier assigned by OneDrive to a specific version of an item found inside it. ETags are similar to fingerprints and can quickly be compared to determine whether two representations of a resource are the same.
The id of the Microsoft Account of the owner of the Drive.
The email of the Microsoft Account of the owner of the Drive. Example: "mario.rossi@outlook.it".