1
0
mirror of https://github.com/bitwarden/server synced 2026-02-28 10:23:24 +00:00
Files
server/util/Seeder/Data/Enums/CollectionFanOutShape.cs
2026-02-27 18:07:49 +01:00

7 lines
191 B
C#

namespace Bit.Seeder.Data.Enums;
/// <summary>
/// Distribution shape for group-to-collection fan-out.
/// </summary>
public enum CollectionFanOutShape { Uniform, PowerLaw, FrontLoaded }