Compartir a través de


LocalEseStoreSettings.DatabasePageSizeInKB Propiedad

Definición

Precaución

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

Se asigna directamente a JET_paramDatabasePageSize en el almacén local de ESE.

[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

Valor de propiedad

Devuelve el tamaño de página de la base de datos en KB.

Atributos

Comentarios

El tamaño de página de la base de datos especificado solo se aplica a las bases de datos recién creadas. Las bases de datos existentes seguirán usando los tamaños de página de la base de datos con los que se crearon si son diferentes de esta configuración. Esta propiedad está obsoleta y se quitará en la siguiente versión principal del entorno de ejecución de Service Fabric.

Se aplica a