mirror of
https://github.com/bitwarden/server
synced 2026-02-28 10:23:24 +00:00
7 lines
191 B
C#
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 }
|