ADO.NET Provider for Azure DevOps

Build 22.0.8462

TfvcChangesets

Retrieves Tfvc Changesets.

Columns

Name Type References Description
ChangesetId Integer Changeset Id.
Url String URL to retrieve the item.
Links String A collection of REST reference links.
AuthorId String The Id of the author.
AuthorDisplayName String The non-unique display name of the author.
AuthorUniqueName String The Unique name of the author.
AuthorUrl String The Full HTTP URL of the author.
AuthorImageUrl String The Image URL of the author.
CheckedInById String The id of the user who has checked in.
CheckedInByDisplayName String The non-unique display name of the user who has checked in.
CheckedInByUniqueName String The Unique name of the user who has checked in.
CheckedInByUrl String The Full HTTP URL of the user who has checked in.
CheckedInByImageUrl String The Image URL of the user who has checked in.
CreatedDate Datetime Creation date of the changeset.
Comment String Comment for the changeset.
CommentTruncated Boolean Indicates if the Comment result is truncated or not.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
ProjectId String Id of the project this changeset belongs to.
MaxCommentLength Integer Include details about associated work items in the response.
Author String Alias or display name of user who made the changes.
FollowRenames Boolean Whether or not to follow renames for the given item being queried.
FromId Integer If provided, only include changesets after this changesetID.
IncludeLinks Boolean Whether to include the _links field on the shallow references.
ItemPath String Path of item to search under.
ToId Integer If provided, a version descriptor for the latest change list to include.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462