Interface IIndicesModuleSettings
Settings to control where, when, and how shards are allocated to nodes.
Assembly: OpenSearch.Client.dll
Syntax
public interface IIndicesModuleSettings
Properties
|
Edit this page
View Source
CircuitBreakerSettings
Declaration
ICircuitBreakerSettings CircuitBreakerSettings { get; set; }
Property Value
|
Edit this page
View Source
FielddataSettings
Declaration
FielddataSettings FielddataSettings { get; set; }
Property Value
|
Edit this page
View Source
QeueriesCacheSize
Declaration
string QeueriesCacheSize { get; set; }
Property Value
|
Edit this page
View Source
RecoverySettings
Declaration
IIndicesRecoverySettings RecoverySettings { get; set; }
Property Value
Extension Methods