FlakeIdGenerators Property
FlakeIdGenerators
Gets the dictionary which contains the FlakeIdGeneratorOptions for each Flake Id Generator.
Declaration
public IDictionary<string, FlakeIdGeneratorOptions> FlakeIdGenerators { get; }
Property Value
IDictionary<string, FlakeIdGeneratorOptions> |