Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameters for the headAttachment operation.

Hierarchy

  • HeadAttachmentParams

Index

Properties

attachmentName

attachmentName: string

Path parameter to specify the attachment name.

db

db: string

Path parameter to specify the database name.

docId

docId: string

Path parameter to specify the document ID.

Optional headers

headers?: OutgoingHttpHeaders

Optional ifMatch

ifMatch?: string

Header parameter to specify the document revision. Alternative to rev query parameter.

Optional ifNoneMatch

ifNoneMatch?: string

Header parameter to specify a double quoted document revision token for cache control.

Optional rev

rev?: string

Query parameter to specify a document revision.

Generated using TypeDoc