C# (CSharp) AngularAzureSearch.WebAPI.PartitionResolvers Namespace

Classes

Name Description
ManagedHashPartitionResolver Implement a "managed" hash partition resolver that creates collections as needed.
SpilloverPartitionResolver Creates a PartitionResolver that automatically creates collections as they fill up. Default fillFactor is 90%. Prefix: "Collection."
TransitionHashPartitionResolver Creates a partition resolver that handles routing of reads and creates during transitions between partitioning configurations. Most commonly when you add an additional collection to the hash ring. This also shows how you can manage the policy for handling reads during migration (read both old and new partitions, or throw a retry-able error, etc.)