Input for to be uploaded document.

ServiceUploadDocument

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

Properties

contentLength: number

The content length of the to-be-uploaded file

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.

ServiceUploadDocument

The content type of the to-be-uploaded file

ServiceUploadDocument