Metadata for a changeset.

interface TfvcChangesetRef {
    _links?: any;
    author?: IdentityRef;
    changesetId?: number;
    checkedInBy?: IdentityRef;
    comment?: string;
    commentTruncated?: boolean;
    createdDate?: Date;
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any

A collection of REST reference links.

author?: IdentityRef

Alias or display name of user.

changesetId?: number

Changeset Id.

checkedInBy?: IdentityRef

Alias or display name of user.

comment?: string

Comment for the changeset.

commentTruncated?: boolean

Was the Comment result truncated?

createdDate?: Date

Creation date of the changeset.

url?: string

URL to retrieve the item.