Interface IIdGenerationStrategy
The strategy the library will use for generating unique IDs.
Namespace: Redis.OM
Assembly: Redis.OM.dll
Syntax
public interface IIdGenerationStrategy
Methods
| Improve this Doc View SourceGenerateId()
generates a unique id.
Declaration
string GenerateId()
Returns
Type | Description |
---|---|
System.String | the id. |