PushRefUpdates
Retrieve Ref Updates for the specific push, sliced across all repositories.
Table Specific Information
Select
The 本製品 uses the Azure DevOps API to process WHERE clause conditions built with the following columns and operators:
- PushId supports the '=' operator.
- RepositoryId supports the '=' operator.
The rest of the filter is executed client-side in the 本製品.
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. |