IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

NotifyEventType Property

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

Syntax

ANSI (Cross Platform)
int GetNotifyEventType();
int SetNotifyEventType(int iNotifyEventType); Unicode (Windows) INT GetNotifyEventType();
INT SetNotifyEventType(INT iNotifyEventType);

Possible Values

ET_BOTH(0), 
ET_ARCHIVE_RETRIEVAL_COMPLETED(1),
ET_INVENTORY_RETRIEVAL_COMPLETED(2)
@property (nonatomic,readwrite,assign,getter=notifyEventType,setter=setNotifyEventType:) int notifyEventType;
- (int)notifyEventType;
- (void)setNotifyEventType:(int)newNotifyEventType;

Possible Values

ET_BOTH(0), 
ET_ARCHIVE_RETRIEVAL_COMPLETED(1),
ET_INVENTORY_RETRIEVAL_COMPLETED(2)
#define PID_AMAZONGLACIER_NOTIFYEVENTTYPE 39

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_AmazonGlacier_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_AmazonGlacier_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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 C++ Edition - Version 20.0 [Build 8265]