interface AfnStrip {
    auxiliaryUrl?: string;
    creationDate?: Date;
    fileName?: string;
    id?: number;
    project?: string;
    storedIn?: string;
    stream?: string;
    testCaseId?: number;
    testResultId?: number;
    testRunId?: number;
    unCompressedStreamLength?: number;
    url?: string;
}

Properties

auxiliaryUrl?: string

Auxiliary Url to be consumed by MTM

creationDate?: Date

Creation date of the AfnStrip

fileName?: string

File name of the attachment created

id?: number

ID of AfnStrip. This is same as the attachment ID.

project?: string

Project identifier which contains AfnStrip

storedIn?: string

Service in which this attachment is stored in

stream?: string

Afn strip stream.

testCaseId?: number

ID of the testcase.

testResultId?: number

Backing test result id.

testRunId?: number

Backing test run id.

unCompressedStreamLength?: number

Byte stream (uncompressed) length of Afn strip.

url?: string

Url of the attachment created.