SortersProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ots;
new SortersProperty {
object FieldSort = null,
object GeoDistanceSort = null,
object PrimaryKeySort = null,
object ScoreSort = null
};
Properties
Name | Type | Description |
---|---|---|
FieldSort |
object |
No description. |
GeoDistanceSort |
object |
No description. |
PrimaryKeySort |
object |
No description. |
ScoreSort |
object |
No description. |
FieldSort
Optional
public object FieldSort { get; set; }
- Type: object
GeoDistanceSort
Optional
public object GeoDistanceSort { get; set; }
- Type: object
PrimaryKeySort
Optional
public object PrimaryKeySort { get; set; }
- Type: object
ScoreSort
Optional
public object ScoreSort { get; set; }
- Type: object