Operations: How to Get Identities

GetIdentitiesOperation is used to return a dictionary which maps from the collection name to the identity value.

Syntax

public GetIdentitiesOperation()

Example

Dictionary<string, long> identities = store.Maintenance.Send(new GetIdentitiesOperation());