Search Results for

    Show / Hide Table of Contents

    Interface IAllocationAwarenessSettings

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IAllocationAwarenessSettings

    Properties

    | Edit this page View Source

    Attributes

    Determines which node attributes are taken into account when balancing shards across the shards

    Declaration
    IEnumerable<string> Attributes { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    Forced

    With forced awareness shard copies are NEVER allicated within the same attribute

    Declaration
    IAllocationAttributes Forced { get; set; }
    Property Value
    Type Description
    IAllocationAttributes

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Attributes
      • Forced
    • Extension Methods
    Back to top Generated by DocFX