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 public string CurrentRevisionId { get; }
Property Value
Type:
StringThe Id of the current
Revision if known, otherwise null.
See Also