Skip to content

IndexSortProperty

Initializer

import com.aliyun.ros.cdk.ots.RosSearchIndex.IndexSortProperty;
IndexSortProperty.builder()
    .sorters(IResolvable)
    .sorters(java.util.List<IResolvable)
    .sorters(SortersProperty>)
    .build();

Properties

Name Type Description
sorters com.aliyun.ros.cdk.core.IResolvable OR java.util.ListSortersProperty> No description.

sortersRequired

public java.lang.Object getSorters();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListSortersProperty>