你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VersionedKey<TKey> 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义具有序列号的键。
public struct VersionedKey<TKey>
type VersionedKey<'Key> = struct
Public Structure VersionedKey(Of TKey)
类型参数
- TKey
- 继承
-
VersionedKey<TKey>
构造函数
VersionedKey<TKey>(TKey, Int64) |
使用指定的键和序列号初始化 VersionedKey 结构的新实例。 |
属性
Key |
获取键。 |
SequenceNumber |
获取序列号。 |