Skip to content

SortersProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkots"
&alicloudroscdkots.SortersProperty {
    FieldSort: interface{},
    GeoDistanceSort: interface{},
    PrimaryKeySort: interface{},
    ScoreSort: interface{},
}

Properties

Name Type Description
FieldSort interface{} No description.
GeoDistanceSort interface{} No description.
PrimaryKeySort interface{} No description.
ScoreSort interface{} No description.

FieldSortOptional

FieldSort interface{}
  • Type: interface{}

GeoDistanceSortOptional

GeoDistanceSort interface{}
  • Type: interface{}

PrimaryKeySortOptional

PrimaryKeySort interface{}
  • Type: interface{}

ScoreSortOptional

ScoreSort interface{}
  • Type: interface{}