Table of Contents

Class WorldBackupService.BackupInfo

Namespace
McServerLauncher.Services
Assembly
McServerLauncher.dll
public record WorldBackupService.BackupInfo : IEquatable<WorldBackupService.BackupInfo>
Inheritance
WorldBackupService.BackupInfo
Implements
Inherited Members

Constructors

BackupInfo(string, string, DateTime, long, string)

public BackupInfo(string FilePath, string FileName, DateTime CreatedAt, long SizeBytes, string Trigger)

Parameters

FilePath string
FileName string
CreatedAt DateTime
SizeBytes long
Trigger string

Properties

CreatedAt

public DateTime CreatedAt { get; init; }

Property Value

DateTime

FileName

public string FileName { get; init; }

Property Value

string

FilePath

public string FilePath { get; init; }

Property Value

string

SizeBytes

public long SizeBytes { get; init; }

Property Value

long

Trigger

public string Trigger { get; init; }

Property Value

string