LocalEseStoreSettings.DatabasePageSizeInKB Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Starting with the next major version, the Service Fabric runtime will determine the optimal database page size and not allow overriding it.
Mappe directement à JET_paramDatabasePageSize sur le magasin ESE local.
[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
Valeur de propriété
Retourne la taille de la page de base de données en Ko.
- Attributs
Remarques
La taille de page de base de données spécifiée est appliquée uniquement aux bases de données nouvellement créées. Les bases de données existantes continueront d’utiliser les tailles de page de base de données avec lesquelles elles ont été créées si elles sont différentes de ce paramètre. Cette propriété est obsolète et sera supprimée dans la prochaine version majeure du runtime Service Fabric.
S’applique à
Azure SDK for .NET