IntelligenceX

API Reference

Class

GitHubRepositoryWatchAutoSyncOptions

Namespace IntelligenceX.Telemetry.GitHub

Controls automatic refresh of watched repository snapshots, fork networks, and stargazer audiences.

Inheritance

  • Object
  • GitHubRepositoryWatchAutoSyncOptions

Properties

SnapshotFreshnessWindow #

Gets or sets the maximum allowed age for a watched repository snapshot before it is refreshed.

StargazerFreshnessWindow #

Gets or sets the maximum allowed age for captured stargazer audiences before they are refreshed.

ForkFreshnessWindow #

Gets or sets the maximum allowed age for useful fork snapshots before they are refreshed.

IncludeForks #

Gets or sets whether useful fork snapshots should be refreshed alongside repo snapshots.

ForkLimit #

Gets or sets the maximum number of useful forks to capture per watched repository.

IncludeStargazers #

Gets or sets whether stargazer audiences should be refreshed alongside repo snapshots.

StargazerLimit #

Gets or sets the maximum number of stargazer records to fetch per repository.