Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

VaultList Event

Fires once for each vault returned when calling ListVaults.

Syntax

typedef void __fastcall (__closure *TicsAmazonGlacierVaultListEvent)(System::TObject* Sender, TicsAmazonGlacierVaultListEventParams *e);

__property TicsAmazonGlacierVaultListEvent OnVaultList = {read=FOnVaultList, write=FOnVaultList};

typedef struct {
     String CreationDate;
     String LastInventoryDate;
     String VaultArn;
     String VaultName;
     int ArchiveCount;
     __int64 Size;
} TicsAmazonGlacierVaultListEventParams;

Remarks

This event fires once for each vault returned when calling ListVaults.

CreationDate is 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 is 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.

VaultArn is the Amazon Resource Name (ARN) of the vault.

VaultName is the name of the vault.

ArchiveCount is the number of archives in the vault as of LastInventoryDate.

Size is the size of all the archives (including any per-archive overhead) in the vault, as of the last inventory date.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0