Class GetRecordsRequest.Options

    • Field Detail

      • FAST_INDEX_LOOKUP

        public static final String FAST_INDEX_LOOKUP
        Indicates if indexes should be used to perform the lookup for a given expression if possible. Only applicable if there is no sorting, the expression contains only equivalence comparisons based on existing tables indexes and the range of requested values is from [0 to END_OF_SET]. Supported values: The default value is TRUE.
        See Also:
        Constant Field Values
      • SORT_BY

        public static final String SORT_BY
        Optional column that the data should be sorted by. Empty by default (i.e. no sorting is applied).
        See Also:
        Constant Field Values
      • SORT_ORDER

        public static final String SORT_ORDER
        String indicating how the returned values should be sorted - ascending or descending. If sort_order is provided, sort_by has to be provided. Supported values: The default value is ASCENDING.
        See Also:
        Constant Field Values