Class ReindexObserver
Inheritance
ReindexObserver
Assembly: OpenSearch.Client.dll
Syntax
public class ReindexObserver : BulkAllObserver, IObserver<BulkAllResponse>
Constructors
|
Edit this page
View Source
ReindexObserver(Action<BulkAllResponse>, Action<Exception>, Action)
Declaration
public ReindexObserver(Action<BulkAllResponse> onNext = null, Action<Exception> onError = null, Action onCompleted = null)
Parameters
Properties
|
Edit this page
View Source
Declaration
public long SeenScrollDocuments { get; }
Property Value
|
Edit this page
View Source
Declaration
public long SeenScrollOperations { get; }
Property Value
Implements
Extension Methods