Skip to content

[I] MultipartOptions

PropertyTypeDescription
contentType?SdkModelPropertyTypeUndefined if contentType is not set explicitly in Typespec
defaultContentTypesstring[]Default content types defined in Typespec or calculated by Typespec complier
filename?SdkModelPropertyTypeUndefined if filename is not set explicitly in Typespec
headersSdkHeaderParameter[]Part headers
isFilePartbooleanWhether this part is for file
isMultibooleanWhether this part is multi in request payload
namestringName of the part in the multipart payload.