Skip to main content
Table of Contents

Class BucketConstants

Namespace
Stratara.Shared.Partitioning
Assembly
Stratara.Shared.dll

Framework-wide partitioning constants consumed by BucketCalculator and downstream projection / saga workers.

[ExcludeFromCodeCoverage]
public static class BucketConstants
Inheritance
BucketConstants
Inherited Members

Fields

TotalBucketCount

Total number of partitioning buckets. Chosen as a power of two large enough to keep per-bucket load reasonable while remaining cheap to model in the read-store schema.

public const int TotalBucketCount = 4096

Field Value

int