Click or drag to resize

Attachment Properties

The Attachment type exposes the following members.

Properties
  NameDescription
Public propertyContent
Gets the Attachment content.
Public propertyContentStream
Get the Attachment content stream. The caller must not dispose it.
Public propertyContentType
Gets the content-type.
Public propertyDocument
Gets the owning Document.
Public propertyLength
Gets the length in bytes of the content.
Public propertyMetadata
The CouchbaseLite metadata about the attachment, that lives in the document.
Public propertyName
Gets the name of the Attachment.
Public propertyRevision
Gets the owning Revision.
Top
See Also