Search Results for

    Show / Hide Table of Contents

    Class AllocationFilteringSettings

    Inheritance
    object
    AllocationFilteringSettings
    Implements
    IAllocationFilteringSettings
    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 AllocationFilteringSettings : IAllocationFilteringSettings

    Properties

    | Edit this page View Source

    Exclude

    Assign the index to a node whose {attribute} has all of the comma-separated values.

    Declaration
    public IAllocationAttributes Exclude { get; set; }
    Property Value
    Type Description
    IAllocationAttributes
    | Edit this page View Source

    Include

    Assign the index to a node whose {attribute} has at least one of the comma-separated values.

    Declaration
    public IAllocationAttributes Include { get; set; }
    Property Value
    Type Description
    IAllocationAttributes
    | Edit this page View Source

    Require

    Assign the index to a node whose {attribute} has none of the comma-separated values.

    Declaration
    public IAllocationAttributes Require { get; set; }
    Property Value
    Type Description
    IAllocationAttributes

    Implements

    IAllocationFilteringSettings

    Extension Methods

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