Skip to content

ArchiveResponse

Namespace: MJCZone.MediaMatic.AspNetCore.Models

Assembly: MJCZone.MediaMatic.AspNetCore

Summary

Response for archive creation request.

public

Contents

Constructors (2) | Methods (4) | Properties (3)

Constructors

ArchiveResponse

Initializes a new instance of the ArchiveResponse class.

csharp
ArchiveResponse()

ArchiveResponse

Initializes a new instance of the ArchiveResponse class.

csharp
ArchiveResponse(string archiveId, string archivePath, int fileCount)

Parameters

  • archiveId (string) - The archive ID.
  • archivePath (string) - The path to the archive file.
  • fileCount (int) - The number of files in the archive.

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

ArchiveId

Gets or sets the unique archive ID (filename).

Type: string

ArchivePath

Gets or sets the path to the archive file within the filesource.

Type: string

FileCount

Gets or sets the number of files included in the archive.

Type: int