Click or drag to resize
GetObjectRequest Class
指定从OSS下载Object的请求参数。
Inheritance Hierarchy
SystemObject
  Aliyun.OSSGetObjectRequest

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public class GetObjectRequest

The GetObjectRequest type exposes the following members.

Constructors
  NameDescription
Public methodGetObjectRequest(String, String)
构造一个新的GetObjectRequest实例。
Public methodGetObjectRequest(String, String, String)
构造一个新的GetObjectRequest实例。
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetRange
设置一个值表示请求应当返回Object内容的字节范围(可选)。
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyBucketName
获取或设置Bucket的名称。
Public propertyKey
获取或设置要下载OssObject的Key。
Public propertyMatchingETagConstraints
获取一个列表表示:如果传入期望的ETag和OssObject的ETag匹配,则正常的发送文件。 如果不符合,返回错误。 对应“If-Match”参数,
Public propertyModifiedSinceConstraint
获取或设置“If-Modified-Since”参数。
Public propertyNonmatchingETagConstraints
获取一个列表表示:如果传入期望的ETag和OssObject的ETag不匹配,则正常的发送文件。 如果符合,返回错误。 对应“If-None-Match”参数,
Public propertyProcess
获取或设置OssObject内容的处理方法,下载的内容为处理后的结果。
Public propertyRange
获取表示请求应当返回OssObject内容的字节范围。
Public propertyResponseHeaders
获取的返回请求头重载ResponseHeaderOverrides实例。
Public propertyStreamTransferProgress
获取或设置进度回调
Public propertyUnmodifiedSinceConstraint
获取或设置“If-Unmodified-Since”参数。
Top
See Also