Attachment metadata for test attachments from LogStore.

interface TestLogStoreAttachment {
    attachmentType?: AttachmentType;
    comment?: string;
    createdDate?: Date;
    fileName?: string;
    size?: number;
    url?: string;
}

Properties

attachmentType?: AttachmentType

Attachment type.

comment?: string

Comment associated with attachment.

createdDate?: Date

Attachment created date.

fileName?: string

Attachment file name.

size?: number

Attachment size.

url?: string

Attachment Url.