Search Results for

    Show / Hide Table of Contents

    Class Auditor

    Inheritance
    object
    Auditor
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.VirtualizedCluster.Audit
    Assembly: OpenSearch.Net.VirtualizedCluster.dll
    Syntax
    public class Auditor

    Constructors

    | Edit this page View Source

    Auditor(Func<VirtualizedCluster>)

    Declaration
    public Auditor(Func<VirtualizedCluster> setup)
    Parameters
    Type Name Description
    Func<VirtualizedCluster> setup

    Properties

    | Edit this page View Source

    AssertPoolAfterCall

    Declaration
    public Action<IConnectionPool> AssertPoolAfterCall { get; set; }
    Property Value
    Type Description
    Action<IConnectionPool>
    | Edit this page View Source

    AssertPoolAfterStartup

    Declaration
    public Action<IConnectionPool> AssertPoolAfterStartup { get; set; }
    Property Value
    Type Description
    Action<IConnectionPool>
    | Edit this page View Source

    AssertPoolBeforeCall

    Declaration
    public Action<IConnectionPool> AssertPoolBeforeCall { get; set; }
    Property Value
    Type Description
    Action<IConnectionPool>
    | Edit this page View Source

    AssertPoolBeforeStartup

    Declaration
    public Action<IConnectionPool> AssertPoolBeforeStartup { get; set; }
    Property Value
    Type Description
    Action<IConnectionPool>
    | Edit this page View Source

    AsyncAuditTrail

    Declaration
    public List<Audit> AsyncAuditTrail { get; set; }
    Property Value
    Type Description
    List<Audit>
    | Edit this page View Source

    AuditTrail

    Declaration
    public List<Audit> AuditTrail { get; set; }
    Property Value
    Type Description
    List<Audit>
    | Edit this page View Source

    Cluster

    Declaration
    public Func<VirtualizedCluster> Cluster { get; set; }
    Property Value
    Type Description
    Func<VirtualizedCluster>
    | Edit this page View Source

    Response

    Declaration
    public IOpenSearchResponse Response { get; }
    Property Value
    Type Description
    IOpenSearchResponse
    | Edit this page View Source

    ResponseAsync

    Declaration
    public IOpenSearchResponse ResponseAsync { get; }
    Property Value
    Type Description
    IOpenSearchResponse

    Methods

    | Edit this page View Source

    ChangeTime(Func<DateTime, DateTime>)

    Declaration
    public void ChangeTime(Func<DateTime, DateTime> selector)
    Parameters
    Type Name Description
    Func<DateTime, DateTime> selector
    | Edit this page View Source

    TraceCall(ClientCall, int)

    Declaration
    public Task<Auditor> TraceCall(ClientCall callTrace, int nthCall = 0)
    Parameters
    Type Name Description
    ClientCall callTrace
    int nthCall
    Returns
    Type Description
    Task<Auditor>
    | Edit this page View Source

    TraceCalls(params ClientCall[])

    Declaration
    public Task<Auditor> TraceCalls(params ClientCall[] audits)
    Parameters
    Type Name Description
    ClientCall[] audits
    Returns
    Type Description
    Task<Auditor>
    | Edit this page View Source

    TraceOpenSearchException(ClientCall, Action<OpenSearchClientException>)

    Declaration
    public Task<Auditor> TraceOpenSearchException(ClientCall callTrace, Action<OpenSearchClientException> assert)
    Parameters
    Type Name Description
    ClientCall callTrace
    Action<OpenSearchClientException> assert
    Returns
    Type Description
    Task<Auditor>
    | Edit this page View Source

    TraceOpenSearchExceptionOnResponse(ClientCall, Action<OpenSearchClientException>)

    Declaration
    public Task<Auditor> TraceOpenSearchExceptionOnResponse(ClientCall callTrace, Action<OpenSearchClientException> assert)
    Parameters
    Type Name Description
    ClientCall callTrace
    Action<OpenSearchClientException> assert
    Returns
    Type Description
    Task<Auditor>
    | Edit this page View Source

    TraceStartup(ClientCall)

    Declaration
    public Task<Auditor> TraceStartup(ClientCall callTrace = null)
    Parameters
    Type Name Description
    ClientCall callTrace
    Returns
    Type Description
    Task<Auditor>
    | Edit this page View Source

    TraceUnexpectedException(ClientCall, Action<UnexpectedOpenSearchClientException>)

    Declaration
    public Task<Auditor> TraceUnexpectedException(ClientCall callTrace, Action<UnexpectedOpenSearchClientException> assert)
    Parameters
    Type Name Description
    ClientCall callTrace
    Action<UnexpectedOpenSearchClientException> assert
    Returns
    Type Description
    Task<Auditor>
    | Edit this page View Source

    TraceUnexpectedOpenSearchException(ClientCall, Action<UnexpectedOpenSearchClientException>)

    Declaration
    public Task<Auditor> TraceUnexpectedOpenSearchException(ClientCall callTrace, Action<UnexpectedOpenSearchClientException> assert)
    Parameters
    Type Name Description
    ClientCall callTrace
    Action<UnexpectedOpenSearchClientException> assert
    Returns
    Type Description
    Task<Auditor>
    | Edit this page View Source

    VisualizeCalls(int)

    Declaration
    public void VisualizeCalls(int numberOfCalls)
    Parameters
    Type Name Description
    int numberOfCalls

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • Auditor(Func<VirtualizedCluster>)
    • Properties
      • AssertPoolAfterCall
      • AssertPoolAfterStartup
      • AssertPoolBeforeCall
      • AssertPoolBeforeStartup
      • AsyncAuditTrail
      • AuditTrail
      • Cluster
      • Response
      • ResponseAsync
    • Methods
      • ChangeTime(Func<DateTime, DateTime>)
      • TraceCall(ClientCall, int)
      • TraceCalls(params ClientCall[])
      • TraceOpenSearchException(ClientCall, Action<OpenSearchClientException>)
      • TraceOpenSearchExceptionOnResponse(ClientCall, Action<OpenSearchClientException>)
      • TraceStartup(ClientCall)
      • TraceUnexpectedException(ClientCall, Action<UnexpectedOpenSearchClientException>)
      • TraceUnexpectedOpenSearchException(ClientCall, Action<UnexpectedOpenSearchClientException>)
      • VisualizeCalls(int)
    • Extension Methods
    Back to top Generated by DocFX