LocalEseStoreSettings.IntrinsicValueThresholdInBytes 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 long value size and not allow overriding it.
Obtient ou définit une valeur indiquant la taille de valeur maximale à laquelle les mises à jour se produisent avec l’indicateur JET_bitSetIntrinsicLV. La définition de cette valeur sur une valeur non positive utilise la valeur par défaut ESE de 1 024 octets.
[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
Valeur de propriété
Retourne le seuil en octets.
- Attributs
Remarques
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