Class CheckCachedRequest
Represents a request to check whether one or more torrents are cached on TorBox.
public sealed record CheckCachedRequest : IEquatable<CheckCachedRequest>
- Inheritance
-
CheckCachedRequest
- 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
Hashes
Gets the list of torrent info hashes to check for cache availability.
[JsonPropertyName("hashes")]
public IReadOnlyList<string> Hashes { get; init; }
Property Value
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?