VersionedKey<TKey> Struct

Definition

Defines a key with a sequence number.

public struct VersionedKey<TKey>
type VersionedKey<'Key> = struct
Public Structure VersionedKey(Of TKey)

Type Parameters

TKey
Inheritance
VersionedKey<TKey>

Constructors

VersionedKey<TKey>(TKey, Int64)

Initializes a new instance of the VersionedKey structure with the specified key and sequence number.

Properties

Key

Gets the key.

SequenceNumber

Gets the sequence number.

Applies to