你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LocalEseStoreSettings.DatabasePageSizeInKB 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Starting with the next major version, the Service Fabric runtime will determine the optimal database page size and not allow overriding it.
直接映射到本地 ESE 存储上的JET_paramDatabasePageSize。
[System.Obsolete("Starting with the next major version, the Service Fabric runtime will determine the optimal database page size and not allow overriding it.")]
public int DatabasePageSizeInKB { get; set; }
public int DatabasePageSizeInKB { get; set; }
[<System.Obsolete("Starting with the next major version, the Service Fabric runtime will determine the optimal database page size and not allow overriding it.")>]
member this.DatabasePageSizeInKB : int with get, set
member this.DatabasePageSizeInKB : int with get, set
Public Property DatabasePageSizeInKB As Integer
属性值
返回数据库页大小(以 KB 为单位)。
- 属性
注解
指定的数据库页大小仅适用于新建的数据库。 如果与此设置不同,现有数据库将继续使用创建时使用的数据库页大小。 此属性已过时,将在下一个主要 Service Fabric 运行时版本中删除。