Search Results for

    Show / Hide Table of Contents

    Class ReadOnlyUrlRepositorySettingsDescriptor

    Snapshot repository settings for IReadOnlyUrlRepository

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

    Methods

    | Edit this page View Source

    ConcurrentStreams(int?)

    Throttles the number of streams (per node) preforming snapshot operation. Defaults to 5

    Declaration
    public ReadOnlyUrlRepositorySettingsDescriptor ConcurrentStreams(int? concurrentStreams)
    Parameters
    Type Name Description
    int? concurrentStreams
    Returns
    Type Description
    ReadOnlyUrlRepositorySettingsDescriptor
    | Edit this page View Source

    Location(string)

    Location of the snapshots. Required

    Declaration
    public ReadOnlyUrlRepositorySettingsDescriptor Location(string location)
    Parameters
    Type Name Description
    string location
    Returns
    Type Description
    ReadOnlyUrlRepositorySettingsDescriptor

    Implements

    IDescriptor
    IReadOnlyUrlRepositorySettings
    IRepositorySettings

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • ConcurrentStreams(int?)
      • Location(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX