TimeSeries Class |
Namespace: Couchbase.Lite.Util
public class TimeSeries : IDisposable
The TimeSeries type exposes the following members.
| Name | Description | |
|---|---|---|
| TimeSeries |
Constructor
|
| Name | Description | |
|---|---|---|
| AddEvent(IDictionaryString, Object) |
Add an event to the series using the current UTC time
| |
| AddEvent(IDictionaryString, Object, DateTime) |
Add an event to the database using the specified time
| |
| CreatePushReplication |
Create a push replication to replicate the events to a remote endpoint
| |
| Dispose | Releases all resources used by the TimeSeries | |
| Flush |
Flushes the events to the database synchronously
| |
| FlushAsync |
Flush the events to the database asynchronously
| |
| GetEventsInRange |
Returns all the events in a given time range
|