Folder
Create, update, delete, and query Folders.
Columns
Name | Type | ReadOnly | Description |
ID [KEY] | Long | True |
The unique identifier for the folder. |
Name | String | False |
The name of the folder. |
IsSystem | Boolean | False |
Identifies a system-generated folder. |
Description | String | False |
The description of the folder. |
CreatedAt | Datetime | True |
Date the folder was created. |
UpdatedAt | Datetime | True |
Date the folder was last updated. |
UpdatedBy | String | True |
The Id of the user who last updated the folder. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description |
Depth | String |
The depth of information requested from Eloqua. |