FoxitPDFSDKforWeb  v10.0.0
Foxit PDF SDK for Web
StorageDriverRemoveEvent Interface Reference

Represents an event triggered when a stored value is removed in the storage driver. More...

Inherited by StorageRemoveEvent.

Public Attributes

StorageContext context
 The storage context that triggered the storage driver update event. More...
 
string key
 The key that was removed. If the key is empty, the entire storage space was deleted. More...
 

Detailed Description

Represents an event triggered when a stored value is removed in the storage driver.

See also
StorageDriver.onRemove
Since
9.1.0

Member Data Documentation

◆ context

StorageContext StorageDriverRemoveEvent::context

The storage context that triggered the storage driver update event.

Since
9.1.0

◆ key

string StorageDriverRemoveEvent::key

The key that was removed. If the key is empty, the entire storage space was deleted.

Since
9.1.0

Foxit Software Corporation Logo
@2024 Foxit Software Incorporated. All rights reserved.