Table of Contents

Class ArtifactEntry

Namespace
Ando.Operations
Assembly
ando.dll

Represents an artifact to copy from container to host.

public record ArtifactEntry : IEquatable<ArtifactEntry>
Inheritance
ArtifactEntry
Implements
Inherited Members

Constructors

ArtifactEntry(string, string)

Represents an artifact to copy from container to host.

public ArtifactEntry(string ContainerPath, string HostPath)

Parameters

ContainerPath string
HostPath string

Properties

ContainerPath

public string ContainerPath { get; init; }

Property Value

string

HostPath

public string HostPath { get; init; }

Property Value

string