Sha256: 07d30527498a86597ebef961c63bdc30c08c923f2d944906f70e144edf681afe
Contents?: true
Size: 868 Bytes
Versions: 69
Compression:
Stored size: 868 Bytes
Contents
# SyncJob ## Example SyncJob Object ``` { "queued_at": "2000-01-01T01:00:00Z", "updated_at": "2000-01-01T01:00:00Z", "status": "", "regional_worker_status": "", "uuid": "", "folder_behavior_id": 1 } ``` * `queued_at` (date-time): Job enqueued at * `updated_at` (date-time): Job updated at * `status` (string): Status of the job * `regional_worker_status` (string): Most recent reported status of sync worker * `uuid` (string): * `folder_behavior_id` (int64): --- ## List Sync Jobs ``` Files::SyncJob.list( per_page: 1 ) ``` ### Parameters * `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header. * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
Version data entries
69 entries across 69 versions & 1 rubygems