Table of Contents

Class JobEvents.JobFileAvailable

Namespace
SmarterLink.Core.Protocol.Events
Assembly
SmarterLink.Core.dll

Signals that a file associated with a job (for example, a recipe or configuration) is available for download.

public sealed record JobEvents.JobFileAvailable : JobEvents, IEquatable<ProtocolDataPayloadBase>, IEquatable<JobEvents>, IEquatable<JobEvents.JobFileAvailable>
Inheritance
JobEvents.JobFileAvailable
Implements
Inherited Members

Constructors

Signals that a file associated with a job (for example, a recipe or configuration) is available for download.

public JobFileAvailable(JobId JobId, string FileId, Location Location)

Parameters

JobId JobId
FileId string
Location Location

Properties

[JsonRequired]
public string FileId { get; init; }

Property Value

string
[JsonRequired]
public JobId JobId { get; init; }

Property Value

JobId
[JsonRequired]
public Location Location { get; init; }

Property Value

Location