JobDataReference

Top  Previous  Next

Description

Represents a reference to a single binary job data parameter.

 

XML Representation

<JobDataReference Url="%job data resource uri%" Name="%job data name%" />

 

JSON Representation

 

"Url":"%job data resource uri%", 

"Name":"%job data name%"

 

 

Notes

The content at the URL specified by the Url attribute/property will always be served as the application/octet-stream content type.

 

See Also