Class Audit
An audit of the request made
Assembly: OpenSearch.Net.dll
Syntax
Constructors
|
Edit this page
View Source
Audit(AuditEvent, DateTime)
Declaration
public Audit(AuditEvent type, DateTime started)
Parameters
Properties
|
Edit this page
View Source
Ended
The end date and time of the audit
Declaration
public DateTime Ended { get; }
Property Value
|
Edit this page
View Source
Event
Declaration
public AuditEvent Event { get; }
Property Value
|
Edit this page
View Source
Exception
The exception for the audit, if there was one.
Declaration
public Exception Exception { get; }
Property Value
|
Edit this page
View Source
Node
The node on which the request was made
Declaration
public Node Node { get; }
Property Value
|
Edit this page
View Source
Path
Declaration
public string Path { get; }
Property Value
|
Edit this page
View Source
Started
The start date and time of the audit
Declaration
public DateTime Started { get; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods