Search Results for

    Show / Hide Table of Contents

    Class AllocationAwarenessSettings

    Inheritance
    object
    AllocationAwarenessSettings
    Implements
    IAllocationAwarenessSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class AllocationAwarenessSettings : IAllocationAwarenessSettings

    Properties

    | Edit this page View Source

    Attributes

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

    Declaration
    public 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
    public IAllocationAttributes Forced { get; set; }
    Property Value
    Type Description
    IAllocationAttributes

    Implements

    IAllocationAwarenessSettings

    Extension Methods

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