Aracılığıyla paylaş


LocalEseStoreSettings.IntrinsicValueThresholdInBytes Property

Definition

Caution

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

Gets or sets a value indicating the maximum value size at which updates will occur with the JET_bitSetIntrinsicLV flag. Setting this to a non-positive value will use the ESE default of 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

Property Value

Returns the threshold in bytes.

Attributes

Remarks

This property is obsolete and will be removed in the next major Service Fabric runtime version.

Applies to