A set of string constants for the parameter ShowResourceObjectsRequest.options. More…
Static Public Attributes | |
| const string | TIERS = “tiers” |
| Comma-separated list of tiers to query, leave blank for all tiers. | |
| const string | EXPRESSION = “expression” |
| An expression to filter the returned objects. | |
| const string | ORDER_BY = “order_by” |
| Single column to be sorted by as well as the sort direction, e.g., ‘size asc’. | |
| const string | SIZE = “size” |
| A constant for the ShowResourceObjectsRequest.Options options. | |
| const string | ID = “id” |
| A constant for the ShowResourceObjectsRequest.Options options. | |
| const string | PRIORITY = “priority” |
| A constant for the ShowResourceObjectsRequest.Options options. | |
| const string | TIER = “tier” |
| A constant for the ShowResourceObjectsRequest.Options options. | |
| const string | EVICTABLE = “evictable” |
| A constant for the ShowResourceObjectsRequest.Options options. | |
| const string | LOCKED = “locked” |
| A constant for the ShowResourceObjectsRequest.Options options. | |
| const string | PIN_COUNT = “pin_count” |
| A constant for the ShowResourceObjectsRequest.Options options. | |
| const string | RAM_EVICTIONS = “ram_evictions” |
| A constant for the ShowResourceObjectsRequest.Options options. | |
| const string | PERSIST_EVICTIONS = “persist_evictions” |
| A constant for the ShowResourceObjectsRequest.Options options. | |
| const string | OWNER_RESOURCE_GROUP = “owner_resource_group” |
| A constant for the ShowResourceObjectsRequest.Options options. | |
| const string | LIMIT = “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. | |
| const string | TABLE_NAMES = “table_names” |
| Comma-separated list of tables to restrict the results to. | |
Detailed Description
A set of string constants for the parameter ShowResourceObjectsRequest.options.
Optional parameters.
Definition at line 25 of file ShowResourceObjects.cs.
Member Data Documentation
◆ EVICTABLE
| static |
A constant for the ShowResourceObjectsRequest.Options options.
Definition at line 115 of file ShowResourceObjects.cs.
◆ EXPRESSION
| static |
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.
Definition at line 38 of file ShowResourceObjects.cs.
◆ ID
| static |
A constant for the ShowResourceObjectsRequest.Options options.
Definition at line 103 of file ShowResourceObjects.cs.
◆ LIMIT
| static |
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’.
Definition at line 145 of file ShowResourceObjects.cs.
◆ LOCKED
| static |
A constant for the ShowResourceObjectsRequest.Options options.
Definition at line 119 of file ShowResourceObjects.cs.
◆ ORDER_BY
| static |
Single column to be sorted by as well as the sort direction, e.g., ‘size asc’.
Supported values:
- SIZE
- ID
- PRIORITY
- TIER
- EVICTABLE
- LOCKED
- PIN_COUNT
- RAM_EVICTIONS
- PERSIST_EVICTIONS
- OWNER_RESOURCE_GROUP
Definition at line 95 of file ShowResourceObjects.cs.
◆ OWNER_RESOURCE_GROUP
| static |
A constant for the ShowResourceObjectsRequest.Options options.
Definition at line 135 of file ShowResourceObjects.cs.
◆ PERSIST_EVICTIONS
| static |
A constant for the ShowResourceObjectsRequest.Options options.
Definition at line 131 of file ShowResourceObjects.cs.
◆ PIN_COUNT
| static |
A constant for the ShowResourceObjectsRequest.Options options.
Definition at line 123 of file ShowResourceObjects.cs.
◆ PRIORITY
| static |
A constant for the ShowResourceObjectsRequest.Options options.
Definition at line 107 of file ShowResourceObjects.cs.
◆ RAM_EVICTIONS
| static |
A constant for the ShowResourceObjectsRequest.Options options.
Definition at line 127 of file ShowResourceObjects.cs.
◆ SIZE
| static |
A constant for the ShowResourceObjectsRequest.Options options.
Definition at line 99 of file ShowResourceObjects.cs.
◆ TABLE_NAMES
| static |
Comma-separated list of tables to restrict the results to.
Use ’*’ to show all tables.
Definition at line 150 of file ShowResourceObjects.cs.
◆ TIER
| static |
A constant for the ShowResourceObjectsRequest.Options options.
Definition at line 111 of file ShowResourceObjects.cs.
◆ TIERS
| static |
Comma-separated list of tiers to query, leave blank for all tiers.
Definition at line 29 of file ShowResourceObjects.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/ShowResourceObjects.cs
- Kinetica/Protocol/ShowResourceObjects.cs