QueryRequestOptions.EnableLowPrecisionOrderBy Property

Definition

Gets or sets the option to enable low precision order by in the Azure Cosmos DB service.

public bool? EnableLowPrecisionOrderBy { get; set; }
member this.EnableLowPrecisionOrderBy : Nullable<bool> with get, set
Public Property EnableLowPrecisionOrderBy As Nullable(Of Boolean)

Property Value

The option to enable low-precision order by.

Applies to