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.

The latest known metered size (in bytes) of data stored in the file system, in its Value field, and the time at which that size was determined in its Timestamp field. The value doesn't represent the size of a consistent snapshot of the file system, but it is eventually consistent when there are no writes to the file system. That is, the value represents the actual size only if the file system is not modified for a period longer than a couple of hours. Otherwise, the value is not necessarily the exact size the file system was at any instant in time.

Inheritance Hierarchy

System.Object
  Amazon.ElasticFileSystem.Model.FileSystemSize

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

Syntax

C#
public class FileSystemSize

The FileSystemSize type exposes the following members

Constructors

NameDescription
Public Method FileSystemSize()

Properties

NameTypeDescription
Public Property Timestamp System.DateTime

Gets and sets the property Timestamp.

The time at which the size of data, returned in the Value field, was determined. The value is the integer number of seconds since 1970-01-01T00:00:00Z.

Public Property Value System.Int64

Gets and sets the property Value.

The latest known metered size (in bytes) of data stored in the file system.

Public Property ValueInArchive System.Int64

Gets and sets the property ValueInArchive.

The latest known metered size (in bytes) of data stored in the Archive storage class.

Public Property ValueInIA System.Int64

Gets and sets the property ValueInIA.

The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.

Public Property ValueInStandard System.Int64

Gets and sets the property ValueInStandard.

The latest known metered size (in bytes) of data stored in the Standard storage class.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5