Interface IReadOnlyUrlRepositorySettings
Snapshot repository settings for IReadOnlyUrlRepository
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IReadOnlyUrlRepositorySettings : IRepositorySettings
Properties
| Edit this page View SourceConcurrentStreams
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? |
Location
Location of the snapshots. Required
Declaration
[DataMember(Name = "location")]
string Location { get; set; }
Property Value
Type | Description |
---|---|
string |