Class AggregatedDanglingIndexInfo
Inheritance
AggregatedDanglingIndexInfo
Assembly: OpenSearch.Client.dll
Syntax
public class AggregatedDanglingIndexInfo
Properties
|
Edit this page
View Source
CreationDate
Declaration
[DataMember(Name = "creation_date")]
public DateTimeOffset CreationDate { get; }
Property Value
|
Edit this page
View Source
CreationDateInMilliseconds
Declaration
[DataMember(Name = "creation_date_millis")]
public long CreationDateInMilliseconds { get; }
Property Value
|
Edit this page
View Source
IndexName
Declaration
[DataMember(Name = "index_name")]
public string IndexName { get; }
Property Value
|
Edit this page
View Source
IndexUUID
Declaration
[DataMember(Name = "index_uuid")]
public string IndexUUID { get; }
Property Value
|
Edit this page
View Source
NodeIds
Declaration
[DataMember(Name = "node_ids")]
public IReadOnlyCollection<string> NodeIds { get; }
Property Value
Extension Methods