ReleaseChannelSnapshot(String, String, DateTimeOffset, Int32, Boolean) Constructor

Definition

Assembly PackagingTools.Core.dll

Current state of a release channel.

public ReleaseChannelSnapshot(string Channel, string LatestVersion, DateTimeOffset PublishedAt, int DeploymentsLast30Days, bool IsPaused)

Parameters

Channel
String

Channel identifier (e.g., stable, beta).

LatestVersion
String

Latest version published.

PublishedAt
DateTimeOffset

When the latest version went live.

DeploymentsLast30Days
Int32

Number of deployments executed in the last 30 days.

IsPaused
Boolean

Whether the channel is currently paused.