Skip to content

FileSystemProps

Properties for defining a FileSystem.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dfs-filesystem

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dfs;
new FileSystemProps {
    object ProtocolType,
    object SpaceCapacity,
    object StorageType,
    object ZoneId,
    object DataRedundancyType = null,
    object Description = null,
    object FileSystemName = null,
    object PartitionNumber = null,
    object ProvisionedThroughputInMiBps = null,
    object StorageSetName = null,
    object ThroughputMode = null
};

Properties

Name Type Description
ProtocolType object Property protocolType: Protocol type, only support HDFS(HadoopFileSystem).
SpaceCapacity object Property spaceCapacity: Capacity of the file system.
StorageType object Property storageType: Type of storage media.
ZoneId object Property zoneId: zone id.
DataRedundancyType object Property dataRedundancyType: Redundancy mode of the file system.
Description object Property description: The description of the file system.
FileSystemName object Property fileSystemName: Name of the file system.
PartitionNumber object Property partitionNumber: The reserved parameters.
ProvisionedThroughputInMiBps object Property provisionedThroughputInMiBps: Preset handling capacity.
StorageSetName object Property storageSetName: The reserved parameters.
ThroughputMode object Property throughputMode: Throughput mode Values: Standard(default): standard throughputProvisioned: preset throughput.

ProtocolTypeRequired

public object ProtocolType { get; set; }
  • Type: object

Property protocolType: Protocol type, only support HDFS(HadoopFileSystem).


SpaceCapacityRequired

public object SpaceCapacity { get; set; }
  • Type: object

Property spaceCapacity: Capacity of the file system.

When the actual data volume reaches the file system capacity, data cannot be written. Unit: GB


StorageTypeRequired

public object StorageType { get; set; }
  • Type: object

Property storageType: Type of storage media.

Values: STANDARD (default) : standard type. PERFORMANCE: performance type.


ZoneIdRequired

public object ZoneId { get; set; }
  • Type: object

Property zoneId: zone id.


DataRedundancyTypeOptional

public object DataRedundancyType { get; set; }
  • Type: object

Property dataRedundancyType: Redundancy mode of the file system.

Values: LRS (default) : local redundancy. ZRS: in-city redundancy.


DescriptionOptional

public object Description { get; set; }
  • Type: object

Property description: The description of the file system.


FileSystemNameOptional

public object FileSystemName { get; set; }
  • Type: object

Property fileSystemName: Name of the file system.

The naming rules are as follows: The value contains 6 to 100 characters. Globally unique and cannot be an empty string. The value can contain letters and digits and underscores (_).


PartitionNumberOptional

public object PartitionNumber { get; set; }
  • Type: object

Property partitionNumber: The reserved parameters.


ProvisionedThroughputInMiBpsOptional

public object ProvisionedThroughputInMiBps { get; set; }
  • Type: object

Property provisionedThroughputInMiBps: Preset handling capacity.

Unit: MB/sdata range: 1-5120


StorageSetNameOptional

public object StorageSetName { get; set; }
  • Type: object

Property storageSetName: The reserved parameters.


ThroughputModeOptional

public object ThroughputMode { get; set; }
  • Type: object

Property throughputMode: Throughput mode Values: Standard(default): standard throughputProvisioned: preset throughput.