◆ deleteGraph() [1/2]
| inline |
Deletes an existing graph from the graph server and/or persist.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 31805 of file KineticaFunctions.cs.
◆ deleteGraph() [2/2]
| inline |
Deletes an existing graph from the graph server and/or persist.
Parameters
| graph_name | Name of the graph to be deleted. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 31875 of file KineticaFunctions.cs.
◆ DeleteGraphAsync() [1/2]
| inline |
Deletes an existing graph from the graph server and/or persist.
(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 31821 of file KineticaFunctions.cs.
◆ DeleteGraphAsync() [2/2]
| inline |
Deletes an existing graph from the graph server and/or persist.
(async)
Parameters
| graph_name | Name of the graph to be deleted. |
| 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 31929 of file KineticaFunctions.cs.