| GeneratePresignedUriRequest Class |
Namespace: Aliyun.OSS
The GeneratePresignedUriRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| GeneratePresignedUriRequest(String, String) |
Creates a new instance of GeneratePresignedUriRequest.
| |
| GeneratePresignedUriRequest(String, String, SignHttpMethod) |
Creates a GeneratePresignedUriRequest instance.
|
| Name | Description | |
|---|---|---|
| AddQueryParam |
Add a query parameter
| |
| AddUserMetadata |
Add a user metadata
The metaItem should not start with 'x-oss-meta-'.
| |
| 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.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| BucketName |
Bucket name getter/setter
| |
| Callback |
Callback getter/setter, encoded in base64
| |
| CallbackVar |
Callback parameters, in base64
| |
| ContentMd5 |
Getter/setter of the target file's MD5.
Note that the setter should only be called by the SDK internally.
| |
| ContentType |
Getter/setter of the target file's content-type header.
| |
| Expiration |
Getter/setter of the expiration time of the signed URL.
| |
| Key |
Object key getter/setter
| |
| Method |
HTTP method getter/setter.
| |
| Process |
Process getter/setter.
Process is specific to image files on which a specific operation (such as resize, sharpen,etc ) could be applied.
| |
| QueryParams |
Gets or sets query parameters
| |
| ResponseHeaders |
ResponseHeaders getter/setter
Response headers is to ask OSS service to return these headers (and their values) in the response.
| |
| UserMetadata |
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.
|