Parameter | Type | Description | Example |
---|---|---|---|
object | The project information. | ||
ProjectName | string | The project name. | immtest |
ServiceRole | string | The service role. | AliyunIMMDefaultRole |
TemplateId | string | The ID of the workflow template. | DefaultId |
CreateTime | string | The timestamp when the project was created. The timestamp is in the RFC3339Nano format. | 2021-06-29T14:50:13.011643661+08:00 |
UpdateTime | string | The timestamp when the project was modified. The timestamp is in the RFC3339Nano format. Note
If a project is not modified after it is created, the timestamp when the project was created is the same as the timestamp when the project was modified.
| 2021-06-29T14:50:13.011643661+08:00 |
Description | string | The project description. | |
ProjectQueriesPerSecond | long | The maximum number of requests that can be processed by the project per second. This corresponds to the maximum number of API operations that can be called in the project per second. Default value: 100. | 100 |
EngineConcurrency | long | The maximum number of tasks that the project can process per second. This corresponds to the maximum number of operators that can run in parallel in the project. Default value: 100.
| 100 |
ProjectMaxDatasetCount | long | The maximum number of datasets in the project. Valid values: 1 to 1000000000. Default value: 1000000000. | 1000000000 |
DatasetMaxBindCount | long | The maximum number of mappings allowed for a dataset. Valid values: 1 to 10. Default value: 10. | 10 |
DatasetMaxFileCount | long | The maximum number of files in a dataset. Valid values: 1 to 100000000. Default value: 100000000. | 100000000 |
DatasetMaxEntityCount | long | The maximum number of metadata entities in a dataset. Default value: 10000000000. Note
This parameter is reserved and does not have usage limits.
| 10000000000 |
DatasetMaxRelationCount | long | The maximum number of metadata relationships in a dataset. Default value: 100000000000. Note
This parameter is reserved and does not have usage limits.
| 100000000000 |
DatasetMaxTotalFileSize | long | The maximum total size of all files in a dataset. If the total size exceeds the limit, indexes cannot be created for files. Default value: 90000000000000000. Unit: bytes. | 90000000000000000 |
DatasetCount | long | The current number of datasets in the project. | 5 |
FileCount | long | The current number of files in the project. | 10 |
TotalFileSize | long | The total size of files in the project. Unit: bytes. | 100000 |
Tags | array<object> | The tags. | |
Tags | object | The tag. | |
TagKey | string | The tag key. | TestKey |
TagValue | string | The tag value. | TestValue |