Optional Readonlyb2Override the Cache-Control header in the download response.
Optional Readonlyb2Override the Content-Disposition header in the download response.
Optional Readonlyb2Override the Content-Encoding header in the download response.
Optional Readonlyb2Override the Content-Language header in the download response.
Optional Readonlyb2Override the Content-Type header in the download response.
Optional Readonlyb2Override the Expires header in the download response.
Optional ReadonlymethodHTTP method. Defaults to 'GET'. Use 'HEAD' to fetch headers without the body.
Optional ReadonlyrangeHTTP Range header value for partial content requests.
Optional ReadonlyserverSSE-C decryption parameters, required if the file was uploaded with SSE-C.
Optional ReadonlysignalSignal to abort the download.
Options accepted by RawClient.downloadFileById and RawClient.downloadFileByName. Mirrors the B2 native API: range + SSE-C decryption headers + the documented
b2Content*response-header overrides (query-string parameters on the request URL).