Input for to be uploaded document.

Export

ServiceUploadDocument

interface ServiceUploadDocument {
    contentLength: number;
    contentMD5?: string;
    contentType: ServiceUploadDocumentContentTypeEnum;
}

Properties

contentLength: number

The content length of the to-be-uploaded file

Memberof

ServiceUploadDocument

contentMD5?: string

An MD5 hash of the content to be submitted to the upload destination. This value is used to determine if the data has been corrupted or tampered with during transit.

Memberof

ServiceUploadDocument

The content type of the to-be-uploaded file

Memberof

ServiceUploadDocument