Click or drag to resize
GeneratePresignedUriRequest Properties

The GeneratePresignedUriRequest type exposes the following members.

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