◆ showGraph() [1/2]
| inline |
Shows information and characteristics of graphs that exist on the graph server.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 60179 of file KineticaFunctions.cs.
◆ showGraph() [2/2]
| inline |
Shows information and characteristics of graphs that exist on the graph server.
Parameters
| graph_name | Name of the graph on which to retrieve information. If left as the default value, information about all graphs is returned. The default value is ”. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 60269 of file KineticaFunctions.cs.
◆ ShowGraphAsync() [1/2]
| inline |
Shows information and characteristics of graphs that exist on the graph server.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 60195 of file KineticaFunctions.cs.
◆ ShowGraphAsync() [2/2]
| inline |
Shows information and characteristics of graphs that exist on the graph server.
(async)
Parameters
| graph_name | Name of the graph on which to retrieve information. If left as the default value, information about all graphs is returned. The default value is ”. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 60343 of file KineticaFunctions.cs.