Search Results for

    Show / Hide Table of Contents

    Interface IReadOnlyUrlRepositorySettings

    Snapshot repository settings for IReadOnlyUrlRepository

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IReadOnlyUrlRepositorySettings : IRepositorySettings

    Properties

    | Edit this page View Source

    ConcurrentStreams

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

    Declaration
    [DataMember(Name = "concurrent_streams")]
    int? ConcurrentStreams { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Location

    Location of the snapshots. Required

    Declaration
    [DataMember(Name = "location")]
    string Location { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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