# UploadDataTaskType

The parameter for uploadTask method.

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# data

Availability
0.8
0.8
9.2.0

The data blob used for this data task.


# method

Availability
0.8
0.8
9.2.0
method :String

The request method (e.g. POST or PUT)

Default: POST


# requestHeaders

Availability
0.8
0.8
9.2.0
requestHeaders :String

Additional request headers to pass to the request.


# url

Availability
0.8
0.8
9.2.0
url :String

The remote url used for this data task.