Class ReindexNode
Assembly: OpenSearch.Client.dll
Syntax
Properties
|
Edit this page
View Source
Attributes
Declaration
[DataMember(Name = "attributes")]
public IReadOnlyDictionary<string, string> Attributes { get; }
Property Value
|
Edit this page
View Source
Host
Declaration
[DataMember(Name = "host")]
public string Host { get; }
Property Value
|
Edit this page
View Source
Ip
Declaration
[DataMember(Name = "ip")]
public string Ip { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; }
Property Value
|
Edit this page
View Source
Roles
Declaration
[DataMember(Name = "roles")]
public IEnumerable<string> Roles { get; }
Property Value
|
Edit this page
View Source
Tasks
Declaration
[DataMember(Name = "tasks")]
public IReadOnlyDictionary<TaskId, ReindexTask> Tasks { get; }
Property Value
|
Edit this page
View Source
TransportAddress
Declaration
[DataMember(Name = "transport_address")]
public string TransportAddress { get; }
Property Value
Extension Methods