API Reference
Class
GitHubRepositorySnapshotDelta
Delta between two repository snapshots.
Inheritance
- Object
- GitHubRepositorySnapshotDelta
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String RepositoryNameWithOwner { get; } #Gets the repository name in owner/name form.
public Nullable<DateTimeOffset> PreviousCapturedAtUtc { get; } #Gets the prior snapshot time when available.
public DateTimeOffset CurrentCapturedAtUtc { get; } #Gets the current snapshot time.
public Int32 Stars { get; } #Gets the current star count.
public Int32 Forks { get; } #Gets the current fork count.
public Int32 Watchers { get; } #Gets the current watcher count.
public Int32 OpenIssues { get; } #Gets the current open issue count.
public Int32 StarDelta { get; } #Gets the star delta versus the prior snapshot.
public Int32 ForkDelta { get; } #Gets the fork delta versus the prior snapshot.
public Int32 WatcherDelta { get; } #Gets the watcher delta versus the prior snapshot.
public Int32 OpenIssueDelta { get; } #Gets the open issue delta versus the prior snapshot.