AttachmentMetadataDictionaryKeys Structure |
Namespace: Couchbase.Lite
public struct AttachmentMetadataDictionaryKeys
The AttachmentMetadataDictionaryKeys type exposes the following members.
| Name | Description | |
|---|---|---|
| ContentType |
The key for the type of attachment
| |
| Digest |
The key for the digest of the attachment
| |
| EncodedLength |
The key for the length of the attachment when encoded
| |
| Encoding |
The key for the encoding of the attachment
| |
| Follows |
The key for indicating whether the attachment body is coming later in the request
| |
| Length |
The key for the length of the attachment when decoded
| |
| Stub |
The key for indicating whether or not the attachment is a stub (i.e. doesn't have
inlined data)
|