You are currently browsing legacy 4.0 version of documentation. Click here to switch to the newest 5.1 version.
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());