LocalEseStoreSettings.IntrinsicValueThresholdInBytes Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Azure SDK for .NET