Table of Contents

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

StateStoreKey

NewState

The new state of the key.

public KeyState NewState { get; }

Property Value

KeyState

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

StateStoreValue

Timestamp

The timestamp attached to the key change event.

public HybridLogicalClock Timestamp { get; }

Property Value

HybridLogicalClock