Method | Description | |
---|---|---|
GetObjectRequest ( string bucketName, string key ) : System |
构造一个新的GetObjectRequest实例。
|
|
GetObjectRequest ( string bucketName, string key, string process ) : System |
构造一个新的GetObjectRequest实例。
|
|
SetRange ( long start, long end ) : void |
设置一个值表示请求应当返回Object内容的字节范围(可选)。
|
Method | Description | |
---|---|---|
Populate ( string>.IDictionary |
添加Header值
|
public GetObjectRequest ( string bucketName, string key ) : System | ||
bucketName | string | |
key | string | |
return | System |
public GetObjectRequest ( string bucketName, string key, string process ) : System | ||
bucketName | string | |
key | string | |
process | string | |
return | System |
public SetRange ( long start, long end ) : void | ||
start | long |
/// 范围的起始值。
/// |
end | long |
/// 范围的结束值,应当小于内容的字节数。(最大为内容的字节数-1)
/// |
return | void |