GlacierVault Type
This type holds vault information.
Remarks
This type holds vault information.
Fields
| |
ArchiveCount Integer |
The number of archives in the vault as of LastInventoryDate.
|
Arn String |
The Amazon Resource Name (ARN) of the vault.
|
CreationDate String |
The date the vault was created, in Coordinated Universal Time (UTC).
This is a string representation of ISO 8601 date format, for example: 2012-03-20T17:03:43.221Z.
|
LastInventoryDate String |
The date of the last vault inventory, in Coordinated Universal Time (UTC).
This is a string representation of ISO 8601 date format, for example: 2012-03-20T17:03:43.221Z.
|
Name String |
The name of the vault.
|
Size Long |
The size of all the archives (including any per-archive overhead) in the vault, as of the last inventory date.
|
Constructors
[VB.NET]
Public GlacierVault()
[C#]
public GlacierVault();
[VB.NET]
Public GlacierVault(ByVal Arn As String, ByVal Name As String, ByVal CreationDate As String, ByVal LastInventoryDate As String, ByVal ArchiveCount As Integer, ByVal Size As Long)
[C#]
public GlacierVault(string arn, string name, string creationDate, string lastInventoryDate, int archiveCount, long size);