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