mirror of
https://github.com/bitwarden/server
synced 2026-03-01 10:51:26 +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 }
|