Table of Contents

Class FileSystemLustreMetadataConfiguration

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

The Lustre metadata performance configuration of an Amazon FSx for Lustre file system using a PERSISTENT_2 deployment type. The configuration enables the file system to support increasing metadata performance.

public class FileSystemLustreMetadataConfiguration
Inheritance
FileSystemLustreMetadataConfiguration
Inherited Members

Constructors

FileSystemLustreMetadataConfiguration()

public FileSystemLustreMetadataConfiguration()

Properties

Iops

Gets and sets the property Iops.

The number of Metadata IOPS provisioned for the file system. Valid values are 1500, 3000, 6000, 12000, and multiples of 12000 up to a maximum of 192000.

public int Iops { get; set; }

Property Value

int

Mode

Gets and sets the property Mode.

The metadata configuration mode for provisioning Metadata IOPS for the file system.

  • In AUTOMATIC mode, FSx for Lustre automatically provisions and scales the number of Metadata IOPS on your file system based on your file system storage capacity.

  • In USER_PROVISIONED mode, you can choose to specify the number of Metadata IOPS to provision for your file system.

public MetadataConfigurationMode Mode { get; set; }

Property Value

MetadataConfigurationMode