Skip to content

FilesetProps

Properties for defining a Fileset.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-fileset

Initializer

using AlibabaCloud.SDK.ROS.CDK.Nas;
new FilesetProps {
    object FileSystemId,
    object FileSystemPath,
    object Description = null
};

Properties

Name Type Description
FileSystemId object Property fileSystemId: File system ID.
FileSystemPath object Property fileSystemPath: The absolute path of Fileset to be created.
Description object Property description: Fileset description information.

FileSystemIdRequired

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

Property fileSystemId: File system ID.


FileSystemPathRequired

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

Property fileSystemPath: The absolute path of Fileset to be created.

The parent catalog of specified the directory must be a directory in the file system. The length is 2 to 1024 characters. Specify the directory must start with positive (/).


DescriptionOptional

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

Property description: Fileset description information.

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 (-).