OptionalcontentAttachment MIME type.
OptionaldataBase64-encoded content. Available when requested with attachments=true or atts_since. When retrieving
attachments for a single document this field is only avialable when accepting an application/json response. For
multipart responses each attachment is instead included in a separate part of the response (see follows).
Note that SDK deserialization of documents with included attachments automatically decodes the Base64 encoded attachment content string to bytes.
OptionaldigestContent hash digest. It starts with prefix declaring the hash type, md5- for example, and continues with
the Base64-encoded hash digest.
OptionalencodedCompressed attachment size in bytes. Available for compressed attachments when requested with
att_encoding_info. The database compresses attachments if the content_type is in the list of compressible
types when added.
OptionalencodingCompression codec. Available for compressed attachments when requested with att_encoding_info. The
database compresses attachments if the content_type is in the list of compressible types when added.
OptionalfollowsTrue if the attachment follows in a multipart request or response.
OptionallengthReal attachment size in bytes. Not available if inline attachment content requested.
OptionalrevposRevision number at attachment addition.
OptionalstubHas true value if object has stub attachment metadata, but not attachment content. Otherwise omitted in
response.
StaticdeserializeStaticserialize
Schema for an attachment.