◆ getGraphEntities() [1/2]
| inline |
Retrieves node or edge entities from an existing graph, with pagination support via offset and limit.
Use showGraph to obtain the total number of nodes and edges.
| request_ | Request object containing the parameters for the operation. |
Definition at line 40196 of file KineticaFunctions.cs.
◆ getGraphEntities() [2/2]
| inline |
Retrieves node or edge entities from an existing graph, with pagination support via offset and limit.
Use showGraph to obtain the total number of nodes and edges.
| graph_name | Name of the graph from which to retrieve entities. |
| offset | Starting index of the entities to retrieve (0-based). The default value is 0. |
| limit | Number of entities to retrieve starting from offset . A value of -1 returns all entities from the offset to the end. Note: the entities_int or entities_string array size will be 2x this value for nodes (stride 2) or 4x for edges (stride 4). The default value is 10000. |
| options | Optional parameters.
|
Definition at line 40358 of file KineticaFunctions.cs.
◆ GetGraphEntitiesAsync() [1/2]
| inline |
Retrieves node or edge entities from an existing graph, with pagination support via offset and limit.
(async)
Use showGraph to obtain the total number of nodes and edges.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 40215 of file KineticaFunctions.cs.
◆ GetGraphEntitiesAsync() [2/2]
| inline |
Retrieves node or edge entities from an existing graph, with pagination support via offset and limit.
(async)
Use showGraph to obtain the total number of nodes and edges.
| graph_name | Name of the graph from which to retrieve entities. |
| offset | Starting index of the entities to retrieve (0-based). The default value is 0. |
| limit | Number of entities to retrieve starting from offset . A value of -1 returns all entities from the offset to the end. Note: the entities_int or entities_string array size will be 2x this value for nodes (stride 2) or 4x for edges (stride 4). The default value is 10000. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 40504 of file KineticaFunctions.cs.