DataFlowProps
Properties for defining a DataFlow
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-dataflow
Initializer
using AlibabaCloud.SDK.ROS.CDK.Nas;
new DataFlowProps {
object FileSystemId,
object FsetId,
object SourceStorage,
object Throughput,
object AutoRefreshInterval = null,
object AutoRefreshPolicy = null,
object AutoRefreshs = null,
object Description = null,
object SourceSecurityType = null
};
Properties
Name | Type | Description |
---|---|---|
FileSystemId |
object |
Property fileSystemId: File system ID. |
FsetId |
object |
Property fsetId: Fileset ID. |
SourceStorage |
object |
Property sourceStorage: Access path stored at the source.Format: |
Throughput |
object |
Property throughput: The upper limit of transmission bandwidth for data flow, unit: MB\/s. Value: 600 1200 1500. |
AutoRefreshInterval |
object |
Property autoRefreshInterval: The automatic update interval time, every time the interval, the CPFS checks whether there is a data update in the directory. |
AutoRefreshPolicy |
object |
Property autoRefreshPolicy: Automatic update strategy, after the source data is updated, the data update is introduced to the CPFS strategy. |
AutoRefreshs |
object |
Property autoRefreshs:. |
Description |
object |
Property description: Description of data flow. |
SourceSecurityType |
object |
Property sourceSecurityType: The type of safety protection types of the source storage. |
FileSystemId
Required
public object FileSystemId { get; set; }
- Type: object
Property fileSystemId: File system ID.
FsetId
Required
public object FsetId { get; set; }
- Type: object
Property fsetId: Fileset ID.
SourceStorage
Required
public object SourceStorage { get; set; }
- Type: object
Property sourceStorage: Access path stored at the source.Format:
Throughput
Required
public object Throughput { get; set; }
- Type: object
Property throughput: The upper limit of transmission bandwidth for data flow, unit: MB\/s. Value: 600 1200 1500.
Explanation The transmission bandwidth of the data flow must be smaller than the IO bandwidth of the file system.
AutoRefreshInterval
Optional
public object AutoRefreshInterval { get; set; }
- Type: object
Property autoRefreshInterval: The automatic update interval time, every time the interval, the CPFS checks whether there is a data update in the directory.
If there is data update, start the automatic update task, unit: minute. Scope of value: 5 ~ 525600, default value: 10.
AutoRefreshPolicy
Optional
public object AutoRefreshPolicy { get; set; }
- Type: object
Property autoRefreshPolicy: Automatic update strategy, after the source data is updated, the data update is introduced to the CPFS strategy.
None (default): The data update of the source is not automatically imported into CPFS. Users can import data update at the source end of the source through data flow tasks. Importchanged: The data update at the source automatically imports CPFS.
AutoRefreshs
Optional
public object AutoRefreshs { get; set; }
- Type: object
Property autoRefreshs:.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: Description of data flow.
limit: The length is 2 to 128 English or Chinese characters. Start with a lowercase letter or Chinese, and you cannot start with http:// and https: //. It can contain numbers, half-horn colon (:), down line (_) or short lines (-).
SourceSecurityType
Optional
public object SourceSecurityType { get; set; }
- Type: object
Property sourceSecurityType: The type of safety protection types of the source storage.
If the source storage must be protected through safety protection, please specify the type of safety protection type storage.Value: No (default value): It means that the source storage does not need to be accessed by safe protection. SSL: Protective access through SSL certificates.