Class KeyChangeMessageReceivedEventArgs
- Namespace
- Azure.Iot.Operations.Services.StateStore
- Assembly
- Azure.Iot.Operations.Services.dll
public sealed class KeyChangeMessageReceivedEventArgs : EventArgs
- Inheritance
-
KeyChangeMessageReceivedEventArgs
- Inherited Members
Properties
ChangedKey
The key that was created, updated, or deleted.
public StateStoreKey ChangedKey { get; }
Property Value
NewState
The new state of the key.
public KeyState NewState { get; }
Property Value
NewValue
The new value of the key. This value is null if this update is that the key was deleted.
public StateStoreValue? NewValue { get; }
Property Value
Timestamp
The timestamp attached to the key change event.
public HybridLogicalClock Timestamp { get; }