Class GatewaySettings
Inheritance
GatewaySettings
Assembly: OpenSearch.Client.dll
Syntax
public class GatewaySettings
Properties
|
Edit this page
View Source
ExpectedDataNodes
Declaration
public int? ExpectedDataNodes { get; }
Property Value
|
Edit this page
View Source
ExpectedMasterNodes
Declaration
[Obsolete]
public int? ExpectedMasterNodes { get; }
Property Value
|
Edit this page
View Source
ExpectedNodes
Declaration
public int? ExpectedNodes { get; }
Property Value
|
Edit this page
View Source
RecoveryAfterTime
Declaration
public Time RecoveryAfterTime { get; }
Property Value
Extension Methods