Skip to main content

Office 365 Data Types

This page describes all the Object types defined and used by Office 365 Activities.

FileInfo

Represents the structure to hold the file metadata information stored inside Office 365.

Properties

PropertyTypeDescription
FileNameStringThe name of the file.
FileSizelongThe size of the file.
CreatedTimeDateTimeThe created timestamp of the file.
LastUpdatedTimeDateTimeThe modified timestamp of the file.
WebUrlStringThe web URL of the file.

BucketInfo

Represents the structure to hold the Planner bucket type stored inside Office 365.

Properties

PropertyTypeDescription
TitleStringThe bucket's name.
BucketIdStringThe unique identifier of the bucket.

TaskInfo

Represents the structure to hold the Planner task type stored inside Office 365.

Properties

PropertyTypeDescription
IdStringThe task's unique identifier.
TitleStringThe task title.
DescriptionStringThe description provided in the task.
AssignedToStringThe email address of the person assigned to the task.
StartTimeDateTimeThe start time timestamp of the task.
DueTimeDateTimeThe due time timestamp of the task.