Class CatPluginsRecord
Inheritance
CatPluginsRecord
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CatPluginsRecord : ICatRecord
Properties
|
Edit this page
View Source
Component
Declaration
[DataMember(Name = "component")]
public string Component { 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
Id
Declaration
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Isolation
Declaration
[DataMember(Name = "isolation")]
public string Isolation { 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
Type
Declaration
[DataMember(Name = "type")]
public string Type { get; set; }
Property Value
|
Edit this page
View Source
Url
Declaration
[DataMember(Name = "url")]
public string Url { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "version")]
public string Version { get; set; }
Property Value
Implements
Extension Methods