Search Results for

    Show / Hide Table of Contents

    Interface IAllocationFilteringSettings

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

    Properties

    | Edit this page View Source

    Exclude

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

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

    Extension Methods

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