Skip to main content

◆ showSystemProperties() [1/2]

ShowSystemPropertiesResponse kinetica.Kinetica.showSystemProperties (IDictionary< string, string >options = null)
inline

Returns server configuration and version related information to the caller.

The admin tool uses it to present server related information to the user.

Parameters
optionsOptional parameters.
  • PROPERTIES: A list of comma separated names of properties requested. If not specified, all properties will be returned.
The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 61847 of file KineticaFunctions.cs.

◆ showSystemProperties() [2/2]

ShowSystemPropertiesResponse kinetica.Kinetica.showSystemProperties (ShowSystemPropertiesRequestrequest_)
inline

Returns server configuration and version related information to the caller.

The admin tool uses it to present server related information to the user.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 61802 of file KineticaFunctions.cs.

◆ ShowSystemPropertiesAsync() [1/2]

async System.Threading.Tasks.Task< ShowSystemPropertiesResponse > kinetica.Kinetica.ShowSystemPropertiesAsync (IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Returns server configuration and version related information to the caller.

(async)

The admin tool uses it to present server related information to the user.

Parameters
optionsOptional parameters.
  • PROPERTIES: A list of comma separated names of properties requested. If not specified, all properties will be returned.
The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 61873 of file KineticaFunctions.cs.

◆ ShowSystemPropertiesAsync() [2/2]

async System.Threading.Tasks.Task< ShowSystemPropertiesResponse > kinetica.Kinetica.ShowSystemPropertiesAsync (ShowSystemPropertiesRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Returns server configuration and version related information to the caller.

(async)

The admin tool uses it to present server related information to the user.

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 61820 of file KineticaFunctions.cs.