Table of Contents

Class DeploymentSummary

Namespace
Resolver.Athena.Models
Assembly
Resolver.Athena.dll

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

deployment Deployment

DeploymentSummary(string, int)

Represents an Athena deployment with its ID and backlog count.

public DeploymentSummary(string DeploymentId, int Backlog)

Parameters

DeploymentId string
Backlog int

Properties

Backlog

public int Backlog { get; init; }

Property Value

int

DeploymentId

public string DeploymentId { get; init; }

Property Value

string