Share via


VersionedKeyValuePair<TKey,TValue> Struct

Definition

Defines a key-value pair with a sequence number.

public struct VersionedKeyValuePair<TKey,TValue>
type VersionedKeyValuePair<'Key, 'Value> = struct
Public Structure VersionedKeyValuePair(Of TKey, TValue)

Type Parameters

TKey
TValue
Inheritance
VersionedKeyValuePair<TKey,TValue>

Constructors

VersionedKeyValuePair<TKey,TValue>(TKey, TValue, Int64)

Initializes a new instance of the VersionedKeyValuePair structure with the specified key, value, and sequence number.

Properties

Key

Gets the key.

KeyValuePair

Gets the key-value pair.

SequenceNumber

Gets the sequence number.

Value

Gets the value.

VersionedKey

Gets the versioned key.

Applies to