Page Summary
-
SdfUploadTaskMetadata is the type for the metadata returned by SdfUploadTaskService.CreateSdfUploadTask.
-
The metadata includes
createTime,endTime, andversion. -
createTimeandendTimeare timestamps indicating when the operation was created and completed. -
versionspecifies the SDF version used for the upload task.
Type for the metadata returned by SdfUploadTaskService.CreateSdfUploadTask.
| JSON representation |
|---|
{
"createTime": string,
"endTime": string,
"version": enum ( |
| Fields | |
|---|---|
createTime |
The time when the operation was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
endTime |
The time when execution was completed. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
version |
The SDF version used to execute this upload task. |