Details of an export job.
JSON representation |
---|
{ "self": string, "name": string, "description": string, "datastoreName": string, "created": string, "updated": string, "executionTime": string, "state": string, "error": string } |
Fields | |
---|---|
self |
Output only. Self link of the export job. A URI that can be used to retrieve the status of an export job. Example: |
name |
Display name of the export job. |
description |
Description of the export job. |
datastoreName |
Name of the datastore that is the destination of the export job [datastore] |
created |
Output only. Time the export job was created. |
updated |
Output only. Time the export job was last updated. |
executionTime |
Output only. Execution time for this export job. If the job is still in progress, it will be set to the amount of time that has elapsed since |
state |
Output only. Status of the export job. Valid values include |
error |
Output only. Error is set when export fails |