AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ApiFile

    Inheritance
    object
    ApiFile
    Implements
    IApiFile
    IData
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    [Serializable]
    public class ApiFile : IApiFile, IData

    Properties

    Api

    Declaration
    public Api Api { get; }
    Property Value
    Type Description
    Api

    ByteSize

    Declaration
    public int ByteSize { get; }
    Property Value
    Type Description
    int

    CreatedAt

    Declaration
    public UnixTime CreatedAt { get; }
    Property Value
    Type Description
    UnixTime

    ExpiresAt

    Declaration
    public UnixTime ExpiresAt { get; }
    Property Value
    Type Description
    UnixTime

    Id

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    string

    Metadata

    Declaration
    public Metadata Metadata { get; }
    Property Value
    Type Description
    Metadata

    MimeType

    Declaration
    public MIMEType MimeType { get; }
    Property Value
    Type Description
    MIMEType

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Uri

    Declaration
    public string Uri { get; }
    Property Value
    Type Description
    string

    Methods

    BuildMetadata()

    Declaration
    public Metadata BuildMetadata()
    Returns
    Type Description
    Metadata

    Equals(ApiFile)

    Declaration
    public bool Equals(ApiFile other)
    Parameters
    Type Name Description
    ApiFile other
    Returns
    Type Description
    bool

    Equals(object)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with the current object.

    Returns
    Type Description
    bool

    true if the specified object is equal to the current object; otherwise, false.

    Overrides
    object.Equals(object)

    GetHashCode()

    Serves as the default hash function.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Overrides
    object.GetHashCode()

    Implements

    IApiFile
    IData
    In this article
    Back to top Generated by DocFX