PushRefUpdates
Retrieve Ref Updates for the specific push.
Table Specific Information
Select
The add-in uses the Azure DevOps API to process WHERE clause conditions built with the following columns and operators:
- PushId supports the '=' operator.
- ProjectId supports the '=' operator.
- RepositoryId supports the '=' operator.
The rest of the filter is executed client-side in the add-in.
NOTE: RepositoryId and PushId are required in order to query PushRefUpdates.
For example:
SELECT * FROM PushRefUpdates WHERE RepositoryId = '229ec1a1-609f-4545-af5a-85f00ce7428b' AND PushId = 16
Columns
Name | Type | References | Description |
ProjectId | String | Id of the project. | |
PushId | Integer |
Pushes.Id | Id of the push. |
Name | String | Name of the ref update. | |
NewObjectId | String | New object Id. | |
OldObjectId | String | Old object Id. | |
RepositoryId | String | Id of the repository. | |
IsLocked | Boolean | Represents a boolean value if the branch is locked or not. |