Class ArchiveMetaInformation
- Namespace
- Fluxzy
- Assembly
- Fluxzy.Core.dll
Meta information about an archive.
public class ArchiveMetaInformation
- Inheritance
-
ArchiveMetaInformation
- Inherited Members
Properties
ArchiveVersion
Archive version
public string ArchiveVersion { get; set; }
Property Value
CaptureDate
The date when the archive was created.
public DateTime CaptureDate { get; set; }
Property Value
EnvironmentInformation
Information about the environment where the archive was created.
public EnvironmentInformation? EnvironmentInformation { get; set; }
Property Value
FluxzyVersion
Fluxzy version used to create this archive
public string FluxzyVersion { get; set; }
Property Value
Tags
List of available tags on this archive.
public HashSet<Tag> Tags { get; set; }
Property Value
ViewFilters
List of available filters on this archive.
public List<Filter> ViewFilters { get; set; }