你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LocalEseStoreSettings.IntrinsicValueThresholdInBytes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Starting with the next major version, the Service Fabric runtime will determine the optimal long value size and not allow overriding it.
获取或设置一个值,该值指示将使用 JET_bitSetIntrinsicLV 标志进行更新的最大值大小。 将其设置为非正值将使用 ESE 默认值 1024 字节。
[System.Obsolete("Starting with the next major version, the Service Fabric runtime will determine the optimal long value size and not allow overriding it.")]
public int IntrinsicValueThresholdInBytes { get; set; }
public int IntrinsicValueThresholdInBytes { get; set; }
[<System.Obsolete("Starting with the next major version, the Service Fabric runtime will determine the optimal long value size and not allow overriding it.")>]
member this.IntrinsicValueThresholdInBytes : int with get, set
member this.IntrinsicValueThresholdInBytes : int with get, set
Public Property IntrinsicValueThresholdInBytes As Integer
属性值
以字节为单位返回阈值。
- 属性
注解
此属性已过时,将在下一个主要 Service Fabric 运行时版本中删除。