- Extractors
- Analyze Data
Supported Fields for the Datasets Table
The following table provides the supported fields for the Datasets Table:
Column Name | Column Type | Description | Example |
---|---|---|---|
id | bigint | A server-generated ID for the object. | 454501654069443 |
createdTime | timestamp | Timestamp when dataset was created. | 2019-09-07T15:50+00Z |
lastUpdatedTime | timestamp | Timestamp when dataset was updated. | 2019-09-07T15:50+00Z |
writeProtected | bool | To write data to a write-protected data set, you need to be a member of a group that has the "datasets:owner" action for the data set. To learn more about write-protected data sets, refer to the guide. | true |
description | varchar | The description of the data set. | CDF project: testing_purpose |
name | varchar | The name of the data set. | Data Set Name |
externalId | varchar | The external ID provided by the client. It must be unique for the resource type. | CDF_ExternalID |
Provide Feedback