Class NodePackagingType
Inheritance
NodePackagingType
Assembly: OpenSearch.Client.dll
Syntax
public class NodePackagingType
Properties
|
Edit this page
View Source
Count
Declaration
[DataMember(Name = "count")]
public int Count { get; }
Property Value
|
Edit this page
View Source
Flavor
Declaration
[DataMember(Name = "flavor")]
public string Flavor { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
[DataMember(Name = "type")]
public string Type { get; }
Property Value
Extension Methods