Search Results for

    Show / Hide Table of Contents

    Class AllocationAwarenessSettingsDescriptor

    Inheritance
    object
    DescriptorBase<AllocationAwarenessSettingsDescriptor, IAllocationAwarenessSettings>
    AllocationAwarenessSettingsDescriptor
    Implements
    IDescriptor
    IAllocationAwarenessSettings
    Inherited Members
    DescriptorBase<AllocationAwarenessSettingsDescriptor, IAllocationAwarenessSettings>.Self
    DescriptorBase<AllocationAwarenessSettingsDescriptor, IAllocationAwarenessSettings>.Assign<TValue>(TValue, Action<IAllocationAwarenessSettings, TValue>)
    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 AllocationAwarenessSettingsDescriptor : DescriptorBase<AllocationAwarenessSettingsDescriptor, IAllocationAwarenessSettings>, IDescriptor, IAllocationAwarenessSettings

    Methods

    | Edit this page View Source

    Attributes(IEnumerable<string>)

    Declaration
    public AllocationAwarenessSettingsDescriptor Attributes(IEnumerable<string> attributes)
    Parameters
    Type Name Description
    IEnumerable<string> attributes
    Returns
    Type Description
    AllocationAwarenessSettingsDescriptor
    | Edit this page View Source

    Attributes(params string[])

    Declaration
    public AllocationAwarenessSettingsDescriptor Attributes(params string[] attributes)
    Parameters
    Type Name Description
    string[] attributes
    Returns
    Type Description
    AllocationAwarenessSettingsDescriptor
    | Edit this page View Source

    Force(IAllocationAttributes)

    Declaration
    public AllocationAwarenessSettingsDescriptor Force(IAllocationAttributes forceValues)
    Parameters
    Type Name Description
    IAllocationAttributes forceValues
    Returns
    Type Description
    AllocationAwarenessSettingsDescriptor
    | Edit this page View Source

    Force(Func<AllocationAttributesDescriptor, IAllocationAttributes>)

    Declaration
    public AllocationAwarenessSettingsDescriptor Force(Func<AllocationAttributesDescriptor, IAllocationAttributes> selector)
    Parameters
    Type Name Description
    Func<AllocationAttributesDescriptor, IAllocationAttributes> selector
    Returns
    Type Description
    AllocationAwarenessSettingsDescriptor

    Implements

    IDescriptor
    IAllocationAwarenessSettings

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Attributes(IEnumerable<string>)
      • Attributes(params string[])
      • Force(IAllocationAttributes)
      • Force(Func<AllocationAttributesDescriptor, IAllocationAttributes>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX