LocalEseStoreSettings.DatabasePageSizeInKB Property

Definition

Caution

Starting with the next major version, the Service Fabric runtime will determine the optimal database page size and not allow overriding it.

Maps directly to JET_paramDatabasePageSize on the local ESE store.

[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

Property Value

Returns the database page size in KB.

Attributes

Remarks

The specified database page size is only applied to newly created databases. Existing databases will continue to use the database page sizes they were created with if different from this setting. This property is obsolete and will be removed in the next major Service Fabric runtime version.

Applies to