Class UlidGenerationStrategy
generation strategy that generates a ULID.
Inheritance
System.Object
UlidGenerationStrategy
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 UlidGenerationStrategy : IIdGenerationStrategy
Methods
| Improve this Doc View SourceGenerateId()
Generates a ULID.
Declaration
public string GenerateId()
Returns
Type | Description |
---|---|
System.String | A Ulid. |