IntelligenceX

API Reference

Class

GitHubRepositorySnapshotDelta

Namespace IntelligenceX.Telemetry.GitHub
Assembly IntelligenceX
Modifiers sealed

Delta between two repository snapshots.

Inheritance

  • Object
  • GitHubRepositorySnapshotDelta

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.