Watchers
Watchers of a repository.
View Specific Information
Select
The driver uses the Bitbucket API to process WHERE clause conditions built with the below columns. Filtering on other columns is processed client-side within the driver.
- WatcherUUID
- WatcherName
All sorting must be processed client-side within the driver.
For example, the following query is processed server side:
SELECT * FROM Watchers WHERE WatcherName='Edgar'
Columns
Name | Type | References | Description |
WatcherUUID [KEY] | String | The uuid of the watcher's account. | |
WatcherName | String | The display name of the watcher's account. |