Search Results for

    Show / Hide Table of Contents

    Class DiskBasedShardAllocationSettingsDescriptor

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

    Methods

    | Edit this page View Source

    HighWatermark(string)

    Declaration
    public DiskBasedShardAllocationSettingsDescriptor HighWatermark(string high)
    Parameters
    Type Name Description
    string high
    Returns
    Type Description
    DiskBasedShardAllocationSettingsDescriptor
    | Edit this page View Source

    IncludeRelocations(bool?)

    Declaration
    public DiskBasedShardAllocationSettingsDescriptor IncludeRelocations(bool? include = true)
    Parameters
    Type Name Description
    bool? include
    Returns
    Type Description
    DiskBasedShardAllocationSettingsDescriptor
    | Edit this page View Source

    LowWatermark(string)

    Declaration
    public DiskBasedShardAllocationSettingsDescriptor LowWatermark(string low)
    Parameters
    Type Name Description
    string low
    Returns
    Type Description
    DiskBasedShardAllocationSettingsDescriptor
    | Edit this page View Source

    ThresholdEnabled(bool?)

    Declaration
    public DiskBasedShardAllocationSettingsDescriptor ThresholdEnabled(bool? enable = true)
    Parameters
    Type Name Description
    bool? enable
    Returns
    Type Description
    DiskBasedShardAllocationSettingsDescriptor
    | Edit this page View Source

    UpdateInterval(Time)

    Declaration
    public DiskBasedShardAllocationSettingsDescriptor UpdateInterval(Time time)
    Parameters
    Type Name Description
    Time time
    Returns
    Type Description
    DiskBasedShardAllocationSettingsDescriptor

    Implements

    IDescriptor
    IDiskBasedShardAllocationSettings

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • HighWatermark(string)
      • IncludeRelocations(bool?)
      • LowWatermark(string)
      • ThresholdEnabled(bool?)
      • UpdateInterval(Time)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX