Search Results for

    Show / Hide Table of Contents

    Class Audit

    An audit of the request made

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

    Constructors

    | Edit this page View Source

    Audit(AuditEvent, DateTime)

    Declaration
    public Audit(AuditEvent type, DateTime started)
    Parameters
    Type Name Description
    AuditEvent type
    DateTime started

    Properties

    | Edit this page View Source

    Ended

    The end date and time of the audit

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

    Event

    The type of audit event

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

    Exception

    The exception for the audit, if there was one.

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

    Node

    The node on which the request was made

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

    Path

    The path of the request

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

    Started

    The start date and time of the audit

    Declaration
    public DateTime Started { get; }
    Property Value
    Type Description
    DateTime

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • Audit(AuditEvent, DateTime)
    • Properties
      • Ended
      • Event
      • Exception
      • Node
      • Path
      • Started
    • Methods
      • ToString()
    • Extension Methods
    Back to top Generated by DocFX