AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateFileSystem operation. Updates the throughput mode or the amount of provisioned throughput of an existing file system.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticFileSystem.AmazonElasticFileSystemRequest
      Amazon.ElasticFileSystem.Model.UpdateFileSystemRequest

Namespace: Amazon.ElasticFileSystem.Model
Assembly: AWSSDK.ElasticFileSystem.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateFileSystemRequest : AmazonElasticFileSystemRequest
         IAmazonWebServiceRequest

The UpdateFileSystemRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateFileSystemRequest()

Properties

NameTypeDescription
Public Property FileSystemId System.String

Gets and sets the property FileSystemId.

The ID of the file system that you want to update.

Public Property ProvisionedThroughputInMibps System.Double

Gets and sets the property ProvisionedThroughputInMibps.

(Optional) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating. Required if ThroughputMode is set to provisioned. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact Amazon Web Services Support. For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide.

Public Property ThroughputMode Amazon.ElasticFileSystem.ThroughputMode

Gets and sets the property ThroughputMode.

(Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you don't need to provide this value in your request. If you are changing the ThroughputMode to provisioned, you must also set a value for ProvisionedThroughputInMibps.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5