Table of Contents

Class CheckUsenetCached

Namespace
TorBoxSDK.Models.Usenet
Assembly
TorBoxSDK.dll

Represents the response from checking whether Usenet downloads are cached on TorBox.

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

Properties

Data

Gets the cache status data, where each key is a hash and value indicates cache status. The value can be an integer (number of cached chunks) or a hash info object depending on format.

[JsonIgnore]
public IReadOnlyDictionary<string, object?> Data { get; }

Property Value

IReadOnlyDictionary<string, object>

ExtensionData

Gets the raw extension data mapped from hash keys in the API payload.

[JsonExtensionData]
public Dictionary<string, object?> ExtensionData { get; init; }

Property Value

Dictionary<string, object>