Click or drag to resize
GeneratePresignedUriRequest Class
The request class of the operation to sign the URL
Inheritance Hierarchy
SystemObject
  Aliyun.OSSGeneratePresignedUriRequest

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public class GeneratePresignedUriRequest

The GeneratePresignedUriRequest type exposes the following members.

Constructors
  NameDescription
Public methodGeneratePresignedUriRequest(String, String)
Creates a new instance of GeneratePresignedUriRequest.
Public methodGeneratePresignedUriRequest(String, String, SignHttpMethod)
Creates a GeneratePresignedUriRequest instance.
Top
Methods
  NameDescription
Public methodAddQueryParam
Add a query parameter
Public methodAddUserMetadata
Add a user metadata The metaItem should not start with 'x-oss-meta-'.
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 methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyBucketName
Bucket name getter/setter
Public propertyCallback
Callback getter/setter, encoded in base64
Public propertyCallbackVar
Callback parameters, in base64
Public propertyContentMd5
Getter/setter of the target file's MD5. Note that the setter should only be called by the SDK internally.
Public propertyContentType
Getter/setter of the target file's content-type header.
Public propertyExpiration
Getter/setter of the expiration time of the signed URL.
Public propertyKey
Object key getter/setter
Public propertyMethod
HTTP method getter/setter.
Public propertyProcess
Process getter/setter. Process is specific to image files on which a specific operation (such as resize, sharpen,etc ) could be applied.
Public propertyQueryParams
Gets or sets query parameters
Public propertyResponseHeaders
ResponseHeaders getter/setter Response headers is to ask OSS service to return these headers (and their values) in the response.
Public propertyUserMetadata
Gets or sets the UserMetadata dictionary. The SDK will automatically add the x-oss-meta- as the prefix of the metadata. So the key in this property should not include x-oss-meta- prefix anymore.
Top
See Also