Class ReadOnlyUrlRepositorySettings
Inheritance
ReadOnlyUrlRepositorySettings
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
|
Edit this page
View Source
Location
Location of the snapshots. Required
Declaration
public string Location { get; set; }
Property Value
Implements
Extension Methods