Click or drag to resize

IGraphApiClientGetVertexAsyncT Method (String, String, String, GetVertexQuery)

Gets a vertex from the given collection. GET/_api/gharial/{graph}/vertex/{collection}/{vertex}

Namespace:  ArangoDBNetStandard.GraphApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<GetVertexResponse<T>> GetVertexAsync<T>(
	string graphName,
	string collectionName,
	string vertexKey,
	GetVertexQuery query = null
)

Parameters

graphName
Type: SystemString
collectionName
Type: SystemString
vertexKey
Type: SystemString
query (Optional)
Type: ArangoDBNetStandard.GraphApi.ModelsGetVertexQuery

Type Parameters

T

Return Value

Type: TaskGetVertexResponseT
See Also