Parameter | Type | Description | Example |
---|---|---|---|
object | The dataset information. | ||
ProjectName | string | The project name. | immtest |
DatasetName | string | The dataset name. | dataset001 |
TemplateId | string | The ID of the workflow template. | DefaultId |
CreateTime | string | The timestamp when the dataset was created. The timestamp must be in the RFC3339Nano format. | 2021-06-29T14:50:13.011643661+08:00 |
UpdateTime | string | The timestamp when the dataset was modified. The timestamp must be in the RFC3339Nano format. Note
If a dataset is not modified after it is created, the timestamp when the dataset was modified is the same as the timestamp when the dataset was created.
| 2021-06-29T14:50:13.011643661+08:00 |
Description | string | The dataset description. | |
DatasetMaxBindCount | long | The maximum number of mappings allowed for a dataset. | 10 |
DatasetMaxFileCount | long | The maximum number of files in the dataset. | 100000000 |
DatasetMaxEntityCount | long | The maximum number of metadata entities in the dataset. | 10000000000 |
DatasetMaxRelationCount | long | The maximum number of metadata relationships in the dataset. | 100000000000 |
DatasetMaxTotalFileSize | long | The maximum total size of files in the dataset. Unit: bytes. | 90000000000000000 |
BindCount | long | The number of OSS buckets that are associated with the dataset. | 2 |
FileCount | long | The current number of files in the dataset. | 10 |
TotalFileSize | long | The total size of files in the dataset. Unit: bytes. | 100000 |