Class PluginStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class PluginStats
Properties
|
Edit this page
View Source
ClassName
Declaration
[DataMember(Name = "classname")]
public string ClassName { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[DataMember(Name = "description")]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
ExtendedPlugins
Declaration
[DataMember(Name = "extended_plugins")]
public IReadOnlyCollection<string> ExtendedPlugins { get; set; }
Property Value
|
Edit this page
View Source
HasNativeController
Declaration
[DataMember(Name = "has_native_controller")]
public bool? HasNativeController { get; set; }
Property Value
|
Edit this page
View Source
JavaVersion
Declaration
[DataMember(Name = "java_version")]
public string JavaVersion { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
OpenSearchVersion
Declaration
[DataMember(Name = "opensearch_version")]
public string OpenSearchVersion { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "version")]
public string Version { get; set; }
Property Value
Extension Methods