VersionedKeyValuePair<TKey,TValue> Struct
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.
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET