public static final class ShowResourceObjectsRequest.Options extends Object
TIERS
:
Comma-separated list of tiers to query, leave blank for all tiers.
EXPRESSION
: An expression to filter the returned objects. Expression is
limited to the following operators: =,!=,<,<=,>,>=,+,-,*,AND,OR,LIKE.
For details see
Expressions. To use a more complex expression, query
the
ki_catalog.ki_tiered_objects table directly.
ORDER_BY
: Single column to be sorted by as well as the sort direction,
e.g., 'size asc'.
Supported values:
LIMIT
: An
integer indicating the maximum number of results to be
returned, per rank, or (-1) to indicate that the maximum number of
results allowed by the server
should be returned. The number of records returned will never exceed
the server's own limit,
defined by the max_get_records_size parameter in the server
configuration. The default value is '100'.
TABLE_NAMES
: Comma-separated list of tables to restrict the results to.
Use '*' to show all tables.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
EVICTABLE |
static String |
EXPRESSION
An expression to filter the returned objects.
|
static String |
ID |
static String |
LIMIT
An integer indicating the maximum number of results to be
returned, per rank, or (-1) to indicate that the maximum number of
results allowed by the server
should be returned.
|
static String |
ORDER_BY
Single column to be sorted by as well as the sort direction, e.g.,
'size asc'.
|
static String |
OWNER_RESOURCE_GROUP |
static String |
PRIORITY |
static String |
SIZE |
static String |
TABLE_NAMES
Comma-separated list of tables to restrict the results to.
|
static String |
TIER |
static String |
TIERS
Comma-separated list of tiers to query, leave blank for all tiers.
|
public static final String TIERS
public static final String EXPRESSION
public static final String ORDER_BY
public static final String SIZE
public static final String ID
public static final String PRIORITY
public static final String TIER
public static final String EVICTABLE
public static final String OWNER_RESOURCE_GROUP
public static final String LIMIT
public static final String TABLE_NAMES
Copyright © 2024. All rights reserved.