IArchiveListOutput Interface

Summary

The parsed output one archive of the ListCommand.
graph BT Type["IArchiveListOutput"] class Type type-node

Syntax

public interface IArchiveListOutput

Attributes

Type Description
NullableContextAttribute

Properties

Name Value Summary
ArchiveDate DateTime
Gets the date.
CompressedSize long
Gets the size of the compressed.
Files IEnumerable<IArchivedFileListOutput>
Gets the files and folders.
Path string
Gets the path.
PhysicalSize long
Gets the size of the physical.
Size long
Gets the size.
Type string
Gets the type.

Extension Methods

Name Value Summary
Dump<IArchiveListOutput>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<IArchiveListOutput>(IArchiveListOutput[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<IArchiveListOutput>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<IArchiveListOutput>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<IArchiveListOutput>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<IArchiveListOutput>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin

See Also