Table of Contents

Class CheckUsenetCachedRequest

Namespace
TorBoxSDK.Models.Usenet
Assembly
TorBoxSDK.dll

Represents a request to check whether one or more Usenet downloads are cached on TorBox.

public sealed record CheckUsenetCachedRequest : IEquatable<CheckUsenetCachedRequest>
Inheritance
CheckUsenetCachedRequest
Implements
Inherited Members

Properties

Format

Gets the desired response format, or null for the default format.

[JsonPropertyName("format")]
public string? Format { get; init; }

Property Value

string

Hashes

Gets the list of hashes to check for cache availability.

[JsonPropertyName("hashes")]
public IReadOnlyList<string> Hashes { get; init; }

Property Value

IReadOnlyList<string>

ListFiles

Gets a value indicating whether to include file listings in the response, or null to use the default behavior.

[JsonPropertyName("list_files")]
public bool? ListFiles { get; init; }

Property Value

bool?