Class ListDanglingIndicesResponse
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ListDanglingIndicesResponse : ResponseBase, IResponse, IOpenSearchResponse
Properties
| Edit this page View SourceDanglingIndices
Declaration
[DataMember(Name = "dangling_indices")]
public IReadOnlyCollection<AggregatedDanglingIndexInfo> DanglingIndices { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<AggregatedDanglingIndexInfo> |