Table of Contents

Class DeploymentInfo

Namespace
Phoesion.Glow.SDK.Firefly.Info
Assembly
Phoesion.Glow.SDK.Firefly.Abstractions.dll
public class DeploymentInfo
Inheritance
object
DeploymentInfo

Constructors

DeploymentInfo(long, ulong, DateTime)

public DeploymentInfo(long DeploymentId, ulong DeploymentVersion, DateTime DeployTimestamp)

Parameters

DeploymentId long
DeploymentVersion ulong
DeployTimestamp DateTime

Fields

DeployTimestamp

public readonly DateTime DeployTimestamp

Field Value

DateTime

DeploymentId

public readonly long DeploymentId

Field Value

long

DeploymentVersion

public readonly ulong DeploymentVersion

Field Value

ulong