Table of Contents

Class CheckCachedOptions

Namespace
TorBoxSDK.Models.Common
Assembly
TorBoxSDK.dll

Represents the query parameters for checking whether hashes are cached (GET endpoint). Shared by torrents, usenet, and web download cache check endpoints.

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

Remarks

These options are sent as query string parameters, not as a JSON body.

Properties

Format

Gets the optional response format, or null to use the default format.

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

Property Value

string

ListFiles

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

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

Property Value

bool?