GetDocumentIdentifiers(string, GrainId)
abstract
public abstract ValueTask<(string DocumentId, string PartitionKey)> IDocumentIdProvider.GetDocumentIdentifiers(string grainType, GrainId grainId) Gets the document identifier for the specified grain.
Parameters
grainTypestring- The grain type.
grainIdGrainId- The grain identifier.
Returns
The document id and partition key.
