Click or drag to resize

TimeSeries Constructor

Constructor

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public 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