Interface IRule
Assembly: OpenSearch.Net.VirtualizedCluster.dll
Syntax
Properties
|
Edit this page
View Source
AfterSucceeds
Declaration
RuleOption<Exception, int> AfterSucceeds { get; set; }
Property Value
|
Edit this page
View Source
Executed
Declaration
Property Value
|
Edit this page
View Source
OnPort
Declaration
int? OnPort { get; set; }
Property Value
|
Edit this page
View Source
Return
Either a hard exception or soft HTTP error code
Declaration
RuleOption<Exception, int> Return { get; set; }
Property Value
|
Edit this page
View Source
ReturnContentType
Declaration
string ReturnContentType { get; set; }
Property Value
|
Edit this page
View Source
ReturnResponse
Declaration
byte[] ReturnResponse { get; set; }
Property Value
|
Edit this page
View Source
Succeeds
Declaration
bool Succeeds { get; set; }
Property Value
|
Edit this page
View Source
Takes
Declaration
TimeSpan? Takes { get; set; }
Property Value
|
Edit this page
View Source
Times
Declaration
RuleOption<TimesHelper.AllTimes, int> Times { get; set; }
Property Value
Methods
|
Edit this page
View Source
RecordExecuted()
Declaration
Extension Methods