Interface IIndicesRecoverySettings
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IIndicesRecoverySettings
Properties
| Edit this page View SourceCompress
defaults to true
Declaration
bool? Compress { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ConcurrentSmallFileStreams
defaults to 2
Declaration
int? ConcurrentSmallFileStreams { get; set; }
Property Value
Type | Description |
---|---|
int? |
ConcurrentStreams
defaults to 3
Declaration
int? ConcurrentStreams { get; set; }
Property Value
Type | Description |
---|---|
int? |
FileChunkSize
defaults to 512kb
Declaration
string FileChunkSize { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxBytesPerSecond
defaults to 40mb
Declaration
string MaxBytesPerSecond { get; set; }
Property Value
Type | Description |
---|---|
string |
TranslogOperations
defaults to 1000
Declaration
int? TranslogOperations { get; set; }
Property Value
Type | Description |
---|---|
int? |
TranslogSize
defaults to 512kb
Declaration
string TranslogSize { get; set; }
Property Value
Type | Description |
---|---|
string |