Constructor
Namespace:
Couchbase.Lite.Util
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntaxpublic TimeSeries(
Database db,
string docType
)
Parameters
- db
- Type: Couchbase.LiteDatabase
The database to write to - docType
- Type: SystemString
The document type to use when writing documents
See Also