Class Collector
Assembly: OpenSearch.Client.dll
Syntax
Properties
|
Edit this page
View Source
Children
Declaration
[DataMember(Name = "children")]
public IReadOnlyCollection<Collector> Children { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; }
Property Value
|
Edit this page
View Source
Reason
Declaration
[DataMember(Name = "reason")]
public string Reason { get; }
Property Value
|
Edit this page
View Source
TimeInNanoseconds
Declaration
[DataMember(Name = "time_in_nanos")]
public long TimeInNanoseconds { get; }
Property Value
Extension Methods