Show / Hide Table of Contents

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 Source

GenerateId()

generates a unique id.

Declaration
string GenerateId()
Returns
Type Description
System.String

the id.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX