| Attachment Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Couchbase.Lite
 Syntax
Syntaxpublic sealed class Attachment : IDisposable
The Attachment type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Content | Gets the Attachment content. | 
|  | ContentStream | 
            Get the Attachment content stream.  The caller must not
            dispose it.
             | 
|  | ContentType | 
            Gets the content-type.
             | 
|  | Document | 
            Gets the owning Document.
             | 
|  | Length | 
            Gets the length in bytes of the content.
             | 
|  | Metadata | 
            The CouchbaseLite metadata about the attachment, that lives in the document.
             | 
|  | Name | 
            Gets the name of the Attachment.
             | 
|  | Revision | 
            Gets the owning Revision.
             | 
 Methods
Methods See Also
See Also