We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc911dc commit 39930fcCopy full SHA for 39930fc
index.d.ts
@@ -1170,6 +1170,8 @@ declare namespace COS {
1170
ResponseExpires?: string,
1171
/** 设置响应中的 Expires 头部的值 */
1172
ResponseContentType?: string,
1173
+ /** RFC 2616 中定义的字节范围,范围值必须使用 bytes=first-last 格式,first 和 last 都是基于0开始的偏移量。例如 bytes=0-9 表示下载对象的开头10个字节的数据 ,如果不指定,则表示下载整个对象 */
1174
+ Range?: string,
1175
/** 当启用版本控制时,指定要下载的版本 ID,如不指定则下载对象的最新版本 */
1176
VersionId?: string,
1177
/** 下载的进度回调方法 */
0 commit comments