Interface IDanglingIndicesNamespace
Assembly: OpenSearch.Client.dll
Syntax
public interface IDanglingIndicesNamespace
Methods
|
Edit this page
View Source
DeleteDanglingIndex(IDeleteDanglingIndexRequest)
Declaration
DeleteDanglingIndexResponse DeleteDanglingIndex(IDeleteDanglingIndexRequest request)
Parameters
Returns
|
Edit this page
View Source
DeleteDanglingIndex(IndexUuid, Func<DeleteDanglingIndexDescriptor, IDeleteDanglingIndexRequest>)
Declaration
DeleteDanglingIndexResponse DeleteDanglingIndex(IndexUuid indexUuid, Func<DeleteDanglingIndexDescriptor, IDeleteDanglingIndexRequest> selector = null)
Parameters
Returns
|
Edit this page
View Source
DeleteDanglingIndexAsync(IDeleteDanglingIndexRequest, CancellationToken)
Declaration
Task<DeleteDanglingIndexResponse> DeleteDanglingIndexAsync(IDeleteDanglingIndexRequest request, CancellationToken ct = default)
Parameters
Returns
|
Edit this page
View Source
DeleteDanglingIndexAsync(IndexUuid, Func<DeleteDanglingIndexDescriptor, IDeleteDanglingIndexRequest>, CancellationToken)
Declaration
Task<DeleteDanglingIndexResponse> DeleteDanglingIndexAsync(IndexUuid indexUuid, Func<DeleteDanglingIndexDescriptor, IDeleteDanglingIndexRequest> selector = null, CancellationToken ct = default)
Parameters
Returns
|
Edit this page
View Source
ImportDanglingIndex(IImportDanglingIndexRequest)
Declaration
ImportDanglingIndexResponse ImportDanglingIndex(IImportDanglingIndexRequest request)
Parameters
Returns
|
Edit this page
View Source
ImportDanglingIndex(IndexUuid, Func<ImportDanglingIndexDescriptor, IImportDanglingIndexRequest>)
Declaration
ImportDanglingIndexResponse ImportDanglingIndex(IndexUuid indexUuid, Func<ImportDanglingIndexDescriptor, IImportDanglingIndexRequest> selector = null)
Parameters
Returns
|
Edit this page
View Source
ImportDanglingIndexAsync(IImportDanglingIndexRequest, CancellationToken)
Declaration
Task<ImportDanglingIndexResponse> ImportDanglingIndexAsync(IImportDanglingIndexRequest request, CancellationToken ct = default)
Parameters
Returns
|
Edit this page
View Source
ImportDanglingIndexAsync(IndexUuid, Func<ImportDanglingIndexDescriptor, IImportDanglingIndexRequest>, CancellationToken)
Declaration
Task<ImportDanglingIndexResponse> ImportDanglingIndexAsync(IndexUuid indexUuid, Func<ImportDanglingIndexDescriptor, IImportDanglingIndexRequest> selector = null, CancellationToken ct = default)
Parameters
Returns
|
Edit this page
View Source
List(IListDanglingIndicesRequest)
Declaration
ListDanglingIndicesResponse List(IListDanglingIndicesRequest request)
Parameters
Returns
|
Edit this page
View Source
List(Func<ListDanglingIndicesDescriptor, IListDanglingIndicesRequest>)
Declaration
ListDanglingIndicesResponse List(Func<ListDanglingIndicesDescriptor, IListDanglingIndicesRequest> selector = null)
Parameters
Returns
|
Edit this page
View Source
ListAsync(IListDanglingIndicesRequest, CancellationToken)
Declaration
Task<ListDanglingIndicesResponse> ListAsync(IListDanglingIndicesRequest request, CancellationToken ct = default)
Parameters
Returns
|
Edit this page
View Source
ListAsync(Func<ListDanglingIndicesDescriptor, IListDanglingIndicesRequest>, CancellationToken)
Declaration
Task<ListDanglingIndicesResponse> ListAsync(Func<ListDanglingIndicesDescriptor, IListDanglingIndicesRequest> selector = null, CancellationToken ct = default)
Parameters
Returns
Extension Methods