Class IndicesRecoverySettingsDescriptor
Inheritance
IndicesRecoverySettingsDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class IndicesRecoverySettingsDescriptor : DescriptorBase<IndicesRecoverySettingsDescriptor, IIndicesRecoverySettings>, IDescriptor, IIndicesRecoverySettings
Methods
|
Edit this page
View Source
Compress(bool?)
Declaration
public IndicesRecoverySettingsDescriptor Compress(bool? compress = true)
Parameters
Type |
Name |
Description |
bool? |
compress |
|
Returns
|
Edit this page
View Source
ConcurrentSmallFileStreams(int?)
Declaration
public IndicesRecoverySettingsDescriptor ConcurrentSmallFileStreams(int? streams)
Parameters
Type |
Name |
Description |
int? |
streams |
|
Returns
|
Edit this page
View Source
ConcurrentStreams(int?)
Declaration
public IndicesRecoverySettingsDescriptor ConcurrentStreams(int? streams)
Parameters
Type |
Name |
Description |
int? |
streams |
|
Returns
|
Edit this page
View Source
FileChunkSize(string)
Declaration
public IndicesRecoverySettingsDescriptor FileChunkSize(string size)
Parameters
Type |
Name |
Description |
string |
size |
|
Returns
|
Edit this page
View Source
MaxBytesPerSecond(string)
Declaration
public IndicesRecoverySettingsDescriptor MaxBytesPerSecond(string max)
Parameters
Type |
Name |
Description |
string |
max |
|
Returns
|
Edit this page
View Source
TranslogOperations(int?)
Declaration
public IndicesRecoverySettingsDescriptor TranslogOperations(int? ops)
Parameters
Type |
Name |
Description |
int? |
ops |
|
Returns
|
Edit this page
View Source
TranslogSize(string)
Declaration
public IndicesRecoverySettingsDescriptor TranslogSize(string size)
Parameters
Type |
Name |
Description |
string |
size |
|
Returns
Implements
Extension Methods