IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

NotifyEventType Property

This property specifies the type of enabled notifications for the vault.

Object Oriented Interface

public function getNotifyEventType();
public function setNotifyEventType($value);

Procedural Interface

ipworkscloud_amazonglacier_get($res, 39 );
ipworkscloud_amazonglacier_set($res, 39, $value );

Default Value

0

Remarks

This property specifies the type of enabled notifications for the vault. Possible values are:

0 (etBoth - default) Notifications for both inventory and archive retrieval jobs.
1 (etArchiveRetrievalCompleted) Notifications are sent when an archive retrieval job is complete.
2 (etInventoryRetrievalCompleted) Notifications are sent when an inventory retrieval job is complete.

This property is not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 PHP Edition - Version 20.0 [Build 8265]