KeyValueStoreNotification Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET