Attachment Class |
Namespace: Couchbase.Lite
public sealed class Attachment : IDisposable
The Attachment type exposes the following members.
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.
|