Interface CfnFileSystem.IReadCacheConfigurationProperty
The configuration for the optional provisioned SSD read cache on file systems that use the Intelligent-Tiering storage class.
Namespace: Amazon.CDK.AWS.FSx
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IReadCacheConfigurationProperty
Syntax (vb)
Public Interface IReadCacheConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.FSx;
var readCacheConfigurationProperty = new ReadCacheConfigurationProperty {
SizeGiB = 123,
SizingMode = "sizingMode"
};
Synopsis
Properties
Size |
Required if |
Sizing |
Specifies how the provisioned SSD read cache is sized, as follows:. |
Properties
SizeGiB
Required if SizingMode
is set to USER_PROVISIONED
.
virtual Nullable<double> SizeGiB { get; }
Property Value
System.
Remarks
Specifies the size of the file system's SSD read cache, in gibibytes (GiB).
SizingMode
Specifies how the provisioned SSD read cache is sized, as follows:.
virtual string SizingMode { get; }
Property Value
System.