LocalEseStoreSettings.IntrinsicValueThresholdInBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET