Click or drag to resize

ICollectionApiClientGetChecksumAsync Method

Get the checksum for a specific collection. GET /_api/collection/{collection-name}/checksum

Namespace:  ArangoDBNetStandard.CollectionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<GetChecksumResponse> GetChecksumAsync(
	string collectionName,
	GetChecksumQuery query = null
)

Parameters

collectionName
Type: SystemString
Name of the collection.
query (Optional)
Type: ArangoDBNetStandard.CollectionApi.ModelsGetChecksumQuery
Query options.

Return Value

Type: TaskGetChecksumResponse
See Also