GetObjectRequest Class |
Namespace: Aliyun.OSS
The GetObjectRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetObjectRequest(String, String) |
构造一个新的GetObjectRequest实例。
|
![]() | GetObjectRequest(String, String, String) |
构造一个新的GetObjectRequest实例。
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | SetRange |
设置一个值表示请求应当返回Object内容的字节范围(可选)。
|
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | BucketName |
获取或设置Bucket的名称。
|
![]() | Key |
获取或设置要下载OssObject的Key。
|
![]() | MatchingETagConstraints |
获取一个列表表示:如果传入期望的ETag和OssObject的ETag匹配,则正常的发送文件。
如果不符合,返回错误。
对应“If-Match”参数,
|
![]() | ModifiedSinceConstraint |
获取或设置“If-Modified-Since”参数。
|
![]() | NonmatchingETagConstraints |
获取一个列表表示:如果传入期望的ETag和OssObject的ETag不匹配,则正常的发送文件。
如果符合,返回错误。
对应“If-None-Match”参数,
|
![]() | Process |
获取或设置OssObject内容的处理方法,下载的内容为处理后的结果。
|
![]() | Range |
获取表示请求应当返回OssObject内容的字节范围。
|
![]() | ResponseHeaders |
获取的返回请求头重载ResponseHeaderOverrides实例。
|
![]() | StreamTransferProgress |
获取或设置进度回调
|
![]() | UnmodifiedSinceConstraint |
获取或设置“If-Unmodified-Since”参数。
|