Class ThroughputMode
EFS Throughput mode.
Inheritance
System.Object
ThroughputMode
Namespace: Amazon.CDK.AWS.EFS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class ThroughputMode : Enum
Syntax (vb)
Public NotInheritable Class ThroughputMode
Inherits
Enum
Remarks
Synopsis
Fields
BURSTING | This mode scales as the size of the file system in the standard storage class grows. |
ELASTIC | This mode scales the throughput automatically regardless of file system size. |
PROVISIONED | This mode can instantly provision the throughput of the file system (in MiB/s) independent of the amount of data stored. |
value__ |
Fields
BURSTING
This mode scales as the size of the file system in the standard storage class grows.
public const ThroughputMode BURSTING
Field Value
Type | Description |
---|---|
ThroughputMode |
ELASTIC
This mode scales the throughput automatically regardless of file system size.
public const ThroughputMode ELASTIC
Field Value
Type | Description |
---|---|
ThroughputMode |
PROVISIONED
This mode can instantly provision the throughput of the file system (in MiB/s) independent of the amount of data stored.
public const ThroughputMode PROVISIONED
Field Value
Type | Description |
---|---|
ThroughputMode |
value__
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |