Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Attachment

Meta data for a file attached to an artifact.

Hierarchy

  • Attachment

Index

Properties

Optional author

author: IdentityRef

The person that uploaded this attachment.

Optional contentHash

contentHash: string

Content hash of on-disk representation of file content. Its calculated by the server by using SHA1 hash function.

Optional createdDate

createdDate: Date

The time the attachment was uploaded.

Optional description

description: string

The description of the attachment.

Optional displayName

displayName: string

The display name of the attachment. Can't be null or empty.

Optional id

id: number

Id of the attachment.

Optional links

Links to other related objects.

Optional name

name: string

The name of the attachment.

Optional properties

Extended properties.

Optional url

url: string

The url to download the content of the attachment.

Generated using TypeDoc