Search Results for

    Show / Hide Table of Contents

    Interface IRule

    Namespace: OpenSearch.Net.VirtualizedCluster.Rules
    Assembly: OpenSearch.Net.VirtualizedCluster.dll
    Syntax
    public interface IRule

    Properties

    | Edit this page View Source

    AfterSucceeds

    Declaration
    RuleOption<Exception, int> AfterSucceeds { get; set; }
    Property Value
    Type Description
    RuleOption<Exception, int>
    | Edit this page View Source

    Executed

    Declaration
    int Executed { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    OnPort

    Declaration
    int? OnPort { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Return

    Either a hard exception or soft HTTP error code

    Declaration
    RuleOption<Exception, int> Return { get; set; }
    Property Value
    Type Description
    RuleOption<Exception, int>
    | Edit this page View Source

    ReturnContentType

    Declaration
    string ReturnContentType { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ReturnResponse

    Declaration
    byte[] ReturnResponse { get; set; }
    Property Value
    Type Description
    byte[]
    | Edit this page View Source

    Succeeds

    Declaration
    bool Succeeds { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Takes

    Declaration
    TimeSpan? Takes { get; set; }
    Property Value
    Type Description
    TimeSpan?
    | Edit this page View Source

    Times

    Declaration
    RuleOption<TimesHelper.AllTimes, int> Times { get; set; }
    Property Value
    Type Description
    RuleOption<TimesHelper.AllTimes, int>

    Methods

    | Edit this page View Source

    RecordExecuted()

    Declaration
    void RecordExecuted()

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • AfterSucceeds
      • Executed
      • OnPort
      • Return
      • ReturnContentType
      • ReturnResponse
      • Succeeds
      • Takes
      • Times
    • Methods
      • RecordExecuted()
    • Extension Methods
    Back to top Generated by DocFX