Compartir a través de


LocalEseStoreSettings.IntrinsicValueThresholdInBytes Propiedad

Definición

Precaución

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

Obtiene o establece un valor que indica el tamaño máximo del valor en el que se producirán actualizaciones con la marca JET_bitSetIntrinsicLV. Si se establece en un valor no positivo, se usará el valor predeterminado de ESE de 1024 bytes.

[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

Valor de propiedad

Devuelve el umbral en bytes.

Atributos

Comentarios

Esta propiedad está obsoleta y se quitará en la siguiente versión principal del entorno de ejecución de Service Fabric.

Se aplica a