Get Data Flows Flow
data class GetDataFlowsFlow(val createTime: String, val dataFlowId: String, val description: String, val errorMessage: String, val fileSystemId: String, val fileSystemPath: String, val fsetDescription: String, val fsetId: String, val id: String, val sourceSecurityType: String, val sourceStorage: String, val status: String, val throughput: Int)
Properties
Link copied to clipboard
The time when Fileset was created. Executing the ISO8601 standard means that the return format is: 'yyyy-MM-ddTHH:mm:ssZ'.
Link copied to clipboard
The ID of the Data Flow.
Link copied to clipboard
The Description of data flow.
Link copied to clipboard
Error message.
Link copied to clipboard
The ID of the file system.
Link copied to clipboard
The path of Fileset in the CPFS file system.
Link copied to clipboard
Description of automatic update.
Link copied to clipboard
The security protection type of the source storage.
Link copied to clipboard
The access path of the source store. Format: <storage type>://<path>
.
Link copied to clipboard
The maximum transmission bandwidth of data flow, unit: MB/s
.