Class CheckWebCached
- Namespace
- TorBoxSDK.Models.WebDownloads
- Assembly
- TorBoxSDK.dll
Represents the response from checking whether web downloads are cached on TorBox.
public sealed record CheckWebCached : IEquatable<CheckWebCached>
- Inheritance
-
CheckWebCached
- 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
ExtensionData
Gets the raw extension data mapped from hash keys in the API payload.
[JsonExtensionData]
public Dictionary<string, object?> ExtensionData { get; init; }