Class Audit
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
An audit of a request made
public class Audit
- Inheritance
-
Audit
- Inherited Members
Constructors
Audit(AuditEvent, DateTime)
public Audit(AuditEvent type, DateTime started)
Parameters
type
AuditEventstarted
DateTime
Properties
Ended
The end date and time of the audit
public DateTime Ended { get; }
Property Value
Event
The type of audit event
public AuditEvent Event { get; }
Property Value
Exception
The exception for the audit, if there was one.
public Exception Exception { get; }
Property Value
Node
The node on which the request was made
public Node Node { get; }
Property Value
Path
The path of the request
public string Path { get; }
Property Value
Started
The start date and time of the audit
public DateTime Started { get; }
Property Value
Methods
ToString()
public override string ToString()