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. |
FieldSortOptional
public object FieldSort { get; set; }
- Type: object
GeoDistanceSortOptional
public object GeoDistanceSort { get; set; }
- Type: object
PrimaryKeySortOptional
public object PrimaryKeySort { get; set; }
- Type: object
ScoreSortOptional
public object ScoreSort { get; set; }
- Type: object