Click or drag to resize

AttachmentMetadata Property

The CouchbaseLite metadata about the attachment, that lives in the document.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public IDictionary<string, Object> Metadata { get; }

Property Value

Type: IDictionaryString, Object
See Also