KvdbEventType

Defines the types of events that can occur within the KVDB for which a client can subscribe. This enum lists the various actions or changes that can happen to KVDBs and their entries, allowing observers to be notified of specific occurrences.

Entries

Link copied to clipboard

Type of event triggered when a new KVDB is created.

Link copied to clipboard

Type of event triggered when an existing KVDB is updated.

Link copied to clipboard

Type of event triggered when a KVDB is deleted.

Link copied to clipboard

Type of event triggered when a KVDB statistics are updated.

Link copied to clipboard

Type of event triggered when a new entry is created within a KVDB.

Link copied to clipboard

Type of event triggered when an existing KVDB entry is updated.

Link copied to clipboard

Type of event triggered when a KVDB entry is deleted.

Link copied to clipboard

Type of event triggered when a collection changes.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.