Search Results for

    Show / Hide Table of Contents

    Class ReadOnlyUrlRepositorySettings

    Inheritance
    object
    ReadOnlyUrlRepositorySettings
    Implements
    IReadOnlyUrlRepositorySettings
    IRepositorySettings
    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 ReadOnlyUrlRepositorySettings : IReadOnlyUrlRepositorySettings, IRepositorySettings

    Constructors

    | Edit this page View Source

    ReadOnlyUrlRepositorySettings(string)

    Declaration
    public ReadOnlyUrlRepositorySettings(string location)
    Parameters
    Type Name Description
    string location

    Properties

    | Edit this page View Source

    ConcurrentStreams

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

    Declaration
    public int? ConcurrentStreams { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Location

    Location of the snapshots. Required

    Declaration
    public string Location { get; set; }
    Property Value
    Type Description
    string

    Implements

    IReadOnlyUrlRepositorySettings
    IRepositorySettings

    Extension Methods

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