KeyValueStoreNotification Class

Definition

Contains all the information for a replicated operation received by a secondary replica.

public sealed class KeyValueStoreNotification
type KeyValueStoreNotification = class
Public NotInheritable Class KeyValueStoreNotification
Inheritance
KeyValueStoreNotification

Remarks

See OnReplicationOperation(IEnumerator<KeyValueStoreNotification>).

Properties

IsDelete

Indicates that this is a replicated delete operation.

Metadata

Gets or sets the metadata describing this replicated operation.

Value

Gets or sets the data (if any) for this replicated operation. Null if this is a delete operation.

Applies to