Skip to content

Commit

Permalink
RavenDB-19418 exposed GenerateDocumentIdAsync in IHiLoIdGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
ppekrol committed Jun 30, 2023
1 parent cb53e6c commit 77cc516
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Raven.Client/Documents/Identity/IHiLoIdGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ public interface IHiLoIdGenerator
Task<long> GenerateNextIdForAsync(string database, Type type);

Task<long> GenerateNextIdForAsync(string database, string collectionName);

Task<string> GenerateDocumentIdAsync(string database, object entity);
}
}

0 comments on commit 77cc516

Please sign in to comment.