Class ResolvedIndex
Inheritance
ResolvedIndex
Assembly: OpenSearch.Client.dll
Syntax
public class ResolvedIndex
Properties
|
Edit this page
View Source
Aliases
Declaration
[DataMember(Name = "aliases")]
public IReadOnlyCollection<string> Aliases { get; }
Property Value
|
Edit this page
View Source
Attributes
Declaration
[DataMember(Name = "attributes")]
public IReadOnlyCollection<string> Attributes { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; }
Property Value
Extension Methods