[I] MultipartOptions
Properties
Section titled โPropertiesโ| Property | Type | Description |
|---|---|---|
contentType? | SdkModelPropertyType | Undefined if contentType is not set explicitly in Typespec |
defaultContentTypes | string[] | Default content types defined in Typespec or calculated by Typespec complier |
filename? | SdkModelPropertyType | Undefined if filename is not set explicitly in Typespec |
headers | SdkHeaderParameter[] | Part headers |
isFilePart | boolean | Whether this part is for file |
isMulti | boolean | Whether this part is multi in request payload |
name | string | Name of the part in the multipart payload. |