Click or drag to resize

DocumentCurrentRevisionId Property

If known, gets the Id of the current Revision, otherwise null.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public string CurrentRevisionId { get; }

Property Value

Type: String
The Id of the current Revision if known, otherwise null.
See Also