Class DeploymentSummary
Represents an Athena deployment with its ID and backlog count.
public record DeploymentSummary : IEquatable<DeploymentSummary>
- Inheritance
-
DeploymentSummary
- Implements
- Inherited Members
Constructors
DeploymentSummary(Deployment)
public DeploymentSummary(Deployment deployment)
Parameters
deploymentDeployment
DeploymentSummary(string, int)
Represents an Athena deployment with its ID and backlog count.
public DeploymentSummary(string DeploymentId, int Backlog)
Parameters
Properties
Backlog
public int Backlog { get; init; }
Property Value
DeploymentId
public string DeploymentId { get; init; }