LocalEseStoreSettings.IntrinsicValueThresholdInBytes Propriedade

Definição

Cuidado

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

Obtém ou define um valor que indica o tamanho máximo do valor no qual as atualizações ocorrerão com o sinalizador JET_bitSetIntrinsicLV. Definir isso como um valor não positivo usará o padrão 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 da propriedade

Retorna o limite em bytes.

Atributos

Comentários

Essa propriedade está obsoleta e será removida na próxima versão principal do runtime do Service Fabric.

Aplica-se a