Click or drag to resize
GeneratePresignedUriRequest Class
指定生成URL预签名的请求参数.
Inheritance Hierarchy
SystemObject
  Aliyun.OpenServices.OpenStorageServiceGeneratePresignedUriRequest

Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5492.31618
Syntax
public class GeneratePresignedUriRequest

The GeneratePresignedUriRequest type exposes the following members.

Constructors
  NameDescription
Public methodGeneratePresignedUriRequest(String, String)
Initializes a new instance of the GeneratePresignedUriRequest class
Public methodGeneratePresignedUriRequest(String, String, SignHttpMethod)
Initializes a new instance of the GeneratePresignedUriRequest class
Top
Methods
  NameDescription
Public methodAddQueryParam
添加用户参数。
Public methodAddUserMetadata
添加用户Meta项。
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyBucketName
获取或者设置Object所在Bucket的名称。
Public propertyContentMd5
获取或设置签名URL对应的文件MD5。
Public propertyContentType
获取或设置签名URL对应的文件类型。
Public propertyExpiration
获取或者设置过期时间
Public propertyKey
获取或者设置Object的名称。
Public propertyMethod
获取或者设置HttpMethod。
Public propertyQueryParams
获取或者设置用户请求参数。
Public propertyResponseHeaders
获取或者设置要重载的返回请求头。
Public propertyUserMetadata
获取或者设置用户自定义的元数据,表示以x-oss-meta-为前缀的请求头。
Top
See Also