Class ZippedArtifactEntry
- Namespace
- Ando.Operations
- Assembly
- ando.dll
Represents a zipped artifact to copy from container to host. The artifact will be zipped in the container, copied as a single file, then extracted on the host.
public record ZippedArtifactEntry : IEquatable<ZippedArtifactEntry>
- Inheritance
-
ZippedArtifactEntry
- Implements
- Inherited Members
Constructors
ZippedArtifactEntry(string, string)
Represents a zipped artifact to copy from container to host. The artifact will be zipped in the container, copied as a single file, then extracted on the host.
public ZippedArtifactEntry(string ContainerPath, string HostPath)
Parameters
Properties
ContainerPath
public string ContainerPath { get; init; }
Property Value
HostPath
public string HostPath { get; init; }