Class Uuid4IdGenerationStrategy
Generation strategy to creat UUID4 Ids.
Inheritance
System.Object
Uuid4IdGenerationStrategy
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Redis.OM
Assembly: Redis.OM.dll
Syntax
public class Uuid4IdGenerationStrategy : IIdGenerationStrategy
Methods
| Improve this Doc View SourceGenerateId()
generates a unique id.
Declaration
public string GenerateId()
Returns
Type | Description |
---|---|
System.String | the id. |