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
Property | Type | Description |
---|---|---|
FileName | String | The name of the file. |
FileSize | long | The size of the file. |
CreatedTime | DateTime | The created timestamp of the file. |
LastUpdatedTime | DateTime | The modified timestamp of the file. |
WebUrl | String | The web URL of the file. |
BucketInfo
Represents the structure to hold the Planner bucket type stored inside Office 365.
Properties
Property | Type | Description |
---|---|---|
Title | String | The bucket's name. |
BucketId | String | The unique identifier of the bucket. |
TaskInfo
Represents the structure to hold the Planner task type stored inside Office 365.
Properties
Property | Type | Description |
---|---|---|
Id | String | The task's unique identifier. |
Title | String | The task title. |
Description | String | The description provided in the task. |
AssignedTo | String | The email address of the person assigned to the task. |
StartTime | DateTime | The start time timestamp of the task. |
DueTime | DateTime | The due time timestamp of the task. |