Click or drag to resize

DatabaseChangedEventArgsDocumentIDs Property

Gets the document that was changed

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public IReadOnlyList<string> DocumentIDs { get; }

Property Value

Type: IReadOnlyListString
See Also