Edit

GitHistoryQueryResults Class

Definition

Caution

This is unused as of Dev15 M108 and may be deleted in the future

[System.Obsolete("This is unused as of Dev15 M108 and may be deleted in the future")]
[System.Runtime.Serialization.DataContract]
public class GitHistoryQueryResults : Microsoft.TeamFoundation.SourceControl.WebApi.HistoryQueryResults<Microsoft.TeamFoundation.SourceControl.WebApi.GitItem>
type GitHistoryQueryResults = class
    inherit HistoryQueryResults<GitItem>
Public Class GitHistoryQueryResults
Inherits HistoryQueryResults(Of GitItem)
Inheritance
GitHistoryQueryResults
Attributes

Constructors

GitHistoryQueryResults()

Properties

MoreResultsAvailable

True if there are more results available to fetch (we're returning the max # of items requested) A more RESTy solution would be to include a Link header

(Inherited from HistoryQueryResults<T>)
Results

The history entries (results) from this query

(Inherited from HistoryQueryResults<T>)
StartingCommitId

Seed commit used for querying history. Used for skip feature.

UnpopulatedCount
UnprocessedCount

Applies to