Name | Type | Description | Notes |
---|---|---|---|
id | String | Id of this render task | [optional] |
createdAt | String | Date/Time render task was created | [optional] |
finalizedAt | String | Date/Time render task was completed | [optional] |
status | String | Render task status: enqueued_for_query, querying, enqueued_for_render, rendering, success, failure | [optional] |
statusDetail | String | Additional information about the current status | [optional] |
userId | Integer | The user account permissions in which the render task will execute | [optional] |
runtime | Number | Total seconds elapsed for render task | [optional] |
queryRuntime | Number | Number of seconds elapsed running queries | [optional] |
renderRuntime | Number | Number of seconds elapsed rendering data | [optional] |
resultFormat | String | Output format: pdf, png, or jpg | [optional] |
lookId | Integer | Id of look to render | [optional] |
dashboardId | Integer | Id of dashboard to render | [optional] |
lookmlDashboardId | String | Id of lookml dashboard to render | [optional] |
queryId | Integer | Id of query to render | [optional] |
width | Integer | Output width in pixels | [optional] |
height | Integer | Output height in pixels. Flowed layouts may ignore this value. | [optional] |
dashboardStyle | String | Dashboard layout style: single_column or tiled | [optional] |
dashboardFilters | String | Filter values to apply to the dashboard queries, in URL query format | [optional] |
can | {String: Boolean} | Operations the current user is able to perform on this object | [optional] |