GetDataFlowsFlow

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)

Constructors

Link copied to clipboard
constructor(createTime: String, dataFlowId: String, description: String, errorMessage: String, fileSystemId: String, fileSystemPath: String, fsetDescription: String, fsetId: String, id: String, sourceSecurityType: String, sourceStorage: String, status: String, throughput: Int)

Types

Link copied to clipboard
object Companion

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 ID of the Fileset.

Link copied to clipboard
val id: String

The resource ID of the data flow. The value formats as <file_system_id>:<data_flow_id>.

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 status of the Data flow.

Link copied to clipboard

The maximum transmission bandwidth of data flow, unit: MB/s.