OneDrive_ItemGetProperties

Description

This activity allows to get the properties of a given OdItem.

It must be obtained previously through the OneDrive_ItemGet activity or others.

Creation

CreatedById OutArgument<String>

The id of the Identity of the user, device, and application which created the item.

CreatedByName OutArgument<String>

The display name of the Identity of the user, device, and application which created the item.

CreatedDateTime OutArgument<DateTime>

Date and time of item creation.


Deleted

DeletedState OutArgument<String>

Represents the state of the deleted item.


File Props

Crc32Hash OutArgument<String>

(Hex string). The CRC32 value of the file in little endian (if available).

MimeType OutArgument<String>

The MIME type for the file.

QuickXorHash OutArgument<String>

(Base64 string). A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available).

Sha1Hash OutArgument<String>

(Hex string). SHA1 hash for the contents of the file (if available).


Folder Props

ChildrenCount OutArgument<Int32>

The number of children contained immediately within this item. It must be a folder.


Input

Item InArgument<OdItem> REQUIRED

The item to get the properties of.


Last Modify

LastAccessedDateTime OutArgument<DateTime>

Date and time of item was last accessed.

LastModifiedDateTime OutArgument<DateTime>

Date and time of item was last modified.

LastModifiedId OutArgument<String>

The id of the Identity of the user, device, and application which last modified the item.

LastModifiedName OutArgument<String>

The display name of the Identity of the user, device, and application which last modified the item.


Props

Indicates the type of the item if it file.

Have a look to the page dedicated to the EFileType enumeration for more informations.

ItemIdOut OutArgument<String>

The unique identifier within the Drive of the obtained element.

ItemName OutArgument<String>

The name of the item (filename and extension).

Indicates whether the the item is a file or a folder.

Have a look to the page dedicated to the EItemType enumeration for more informations.

Size of the item in bytes.

URL that displays the resource in the browser.


Tags

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.