Click or drag to resize
GetObjectRequest Properties

The GetObjectRequest type exposes the following members.

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