AWS SDK Version 2 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.

.NET Framework 4.5
 
This object provides description of a file system.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.ElasticFileSystem.Model.CreateFileSystemResult

Namespace: Amazon.ElasticFileSystem.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateFileSystemResult : AmazonWebServiceResponse

The CreateFileSystemResult type exposes the following members

Constructors

NameDescription
Public Method CreateFileSystemResult()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.DateTime Gets and sets the property CreationTime.

The time at which the file system was created, in seconds, since 1970-01-01T00:00:00Z.

Public Property CreationToken System.String Gets and sets the property CreationToken.

Opaque string specified in the request.

Public Property FileSystemId System.String Gets and sets the property FileSystemId.

The file system ID assigned by Amazon EFS.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LifeCycleState Amazon.ElasticFileSystem.LifeCycleState Gets and sets the property LifeCycleState.

A predefined string value that indicates the lifecycle phase of the file system.

Public Property Name System.String Gets and sets the property Name.

You can add tags to a file system (see CreateTags) including a "Name" tag. If the file system has a "Name" tag, Amazon EFS returns the value in this field.

Public Property NumberOfMountTargets System.Int32 Gets and sets the property NumberOfMountTargets.

The current number of mount targets (see CreateMountTarget) the file system has.

Public Property OwnerId System.String Gets and sets the property OwnerId.

The AWS account that created the file system. If the file system was created by an IAM user, the parent account to which the user belongs is the owner.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SizeInBytes Amazon.ElasticFileSystem.Model.FileSystemSize Gets and sets the property SizeInBytes.

This object provides the latest known metered size of data stored in the file system, in bytes, in its Value field, and the time at which that size was determined in its Timestamp field. The Timestamp value is the integer number of seconds since 1970-01-01T00:00:00Z. Note that the value does not 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 will represent actual size only if the file system is not modified for a period longer than a couple of hours. Otherwise, the value is not the exact size the file system was at any instant in time.

Version Information

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