7 using System.Collections.Generic;
29 public const string TIERS =
"tiers";
70 public const string SIZE =
"size";
71 public const string ID =
"id";
73 public const string TIER =
"tier";
86 public const string LIMIT =
"limit";
162 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
254 public IDictionary<string, string>
rank_objects {
get;
set; } =
new Dictionary<string, string>();
257 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
A set of results returned by Kinetica.showResourceObjects.
A set of parameters for Kinetica.showResourceObjects.
const string TIERS
Comma-separated list of tiers to query, leave blank for all tiers.
IDictionary< string, string > info
Additional information.
IDictionary< string, string > rank_objects
Tier usage across ranks.
const string EXPRESSION
An expression to filter the returned objects.
const string TABLE_NAMES
Comma-separated list of tables to restrict the results to.
const string LIMIT
An integer indicating the maximum number of results to be returned, per rank, or (-1) to indicate tha...
ShowResourceObjectsRequest()
Constructs a ShowResourceObjectsRequest object with default parameters.
const string OWNER_RESOURCE_GROUP
const string ORDER_BY
Single column to be sorted by as well as the sort direction, e.g., 'size asc'.
ShowResourceObjectsRequest(IDictionary< string, string > options=null)
Constructs a ShowResourceObjectsRequest object with the specified parameters.
IDictionary< string, string > options
Optional parameters.
A set of string constants for the parameter options.
KineticaData - class to help with Avro Encoding for Kinetica