Can Contain | Empty |
Allowed In | mashup | catch | else | elseif | for | foreach | if | macro | operation | sequence | try | while |
Name | Required | Description | ||
name | yes | The name to assign to the variable to hold the snapshot collection from this query. This variable automatically is configured for streaming. | ||
query | yes | The query to execute to retrieve a collection of snapshots for a specific mashable or mashup, a specific mashable operation, a specific date and time or a specific snapshot job. This SQL query must include a where clause to identify the specific snapshots to include in this dataset. You can use the following columns in a snapshot query: service = the mashable or mashup ID for the snapshots to return.
operation = the name of the operation for the snapshots to return. This is required if you use service and the mashable has multiple operations. createdtime = a timestamp when the snapshot was taken. job = the job ID for the snapshots taken by a scheduled snapshot job. |