Anilibria.NET API Anilibria.NET API
Anilibria.NET API Anilibria.NET API
Author: Ilya Kotomin

Search Results for

    Class MetadateFile

    Torrent file metadata, contains information about the file name, size, and offset

    Inheritance
    System.Object
    MetadateFile
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Anilibria.NET.Models.TitleModel.TorrentsModel.TorrentFileModel.TorrentFileMetadataModel
    Assembly: Anilibria.NET.dll
    Syntax
    public class MetadateFile

    Properties

    FileName

    File name

    Declaration
    [JsonProperty("file")]
    public string FileName { get; }
    Property Value
    Type Description
    System.String

    FileOffset

    File offset

    Declaration
    [JsonProperty("offset")]
    public ulong FileOffset { get; }
    Property Value
    Type Description
    System.UInt64

    FileSize

    File size

    Declaration
    [JsonProperty("size")]
    public ulong FileSize { get; }
    Property Value
    Type Description
    System.UInt64
    anilibria.tv