Class SnapshotObservable
Inheritance
SnapshotObservable
Assembly: OpenSearch.Client.dll
Syntax
public class SnapshotObservable : IDisposable, IObservable<SnapshotStatusResponse>
Constructors
|
Edit this page
View Source
SnapshotObservable(IOpenSearchClient, ISnapshotRequest)
Declaration
public SnapshotObservable(IOpenSearchClient opensearchClient, ISnapshotRequest snapshotRequest)
Parameters
|
Edit this page
View Source
SnapshotObservable(IOpenSearchClient, ISnapshotRequest, TimeSpan)
Declaration
public SnapshotObservable(IOpenSearchClient opensearchClient, ISnapshotRequest snapshotRequest, TimeSpan interval)
Parameters
Methods
|
Edit this page
View Source
Dispose()
Declaration
|
Edit this page
View Source
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
|
Edit this page
View Source
~SnapshotObservable()
Declaration
protected ~SnapshotObservable()
|
Edit this page
View Source
Subscribe(IObserver<SnapshotStatusResponse>)
Declaration
public IDisposable Subscribe(IObserver<SnapshotStatusResponse> observer)
Parameters
Returns
Implements
Extension Methods