Contains the Amazon Glacier response to your request.

C# |
public class DescribeVaultOutput

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DescribeVaultOutput()()()() | Initializes a new instance of the DescribeVaultOutput class |
![]() | 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".
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | 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".
|
![]() | 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.
|
![]() | 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.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VaultARN |
The Amazon Resource Name (ARN) of the vault.
|
![]() | VaultName |
The name of the vault.
|
![]() | WithCreationDate(DateTime) | Obsolete.
Sets the CreationDate property
|
![]() | WithLastInventoryDate(DateTime) | Obsolete.
Sets the LastInventoryDate property
|
![]() | WithNumberOfArchives(Int64) | Obsolete.
Sets the NumberOfArchives property
|
![]() | WithSizeInBytes(Int64) | Obsolete.
Sets the SizeInBytes property
|
![]() | WithVaultARN(String) | Obsolete.
Sets the VaultARN property
|
![]() | WithVaultName(String) | Obsolete.
Sets the VaultName property
|

Object | |
![]() | DescribeVaultOutput |