Class ReadOnlyUrlRepositorySettingsDescriptor
Snapshot repository settings for IReadOnlyUrlRepository
Inheritance
ReadOnlyUrlRepositorySettingsDescriptor
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class ReadOnlyUrlRepositorySettingsDescriptor : DescriptorBase<ReadOnlyUrlRepositorySettingsDescriptor, IReadOnlyUrlRepositorySettings>, IDescriptor, IReadOnlyUrlRepositorySettings, IRepositorySettings
Methods
| Edit this page View SourceConcurrentStreams(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 |
Location(string)
Location of the snapshots. Required
Declaration
public ReadOnlyUrlRepositorySettingsDescriptor Location(string location)
Parameters
Type | Name | Description |
---|---|---|
string | location |
Returns
Type | Description |
---|---|
ReadOnlyUrlRepositorySettingsDescriptor |