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
 
Contains the Amazon Glacier response to your request.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Glacier.Model.DescribeVaultResult

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

Syntax

C#
public class DescribeVaultResult : AmazonWebServiceResponse

The DescribeVaultResult type exposes the following members

Constructors

NameDescription
Public Method DescribeVaultResult()

Properties

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

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, "2012-03-20T17:03:43.221Z".

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

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, "2012-03-20T17:03:43.221Z".

Public Property NumberOfArchives System.Int64 Gets and sets the property NumberOfArchives.

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SizeInBytes System.Int64 Gets and sets the property SizeInBytes.

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

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

The Amazon Resource Name (ARN) of the vault.

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

The name of the vault.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1