AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AnthropicFile

    Inheritance
    object
    AnthropicResponse
    AnthropicFile
    Implements
    IApiFileData
    Inherited Members
    AnthropicResponse.Id
    AnthropicResponse.Type
    AnthropicResponse.CreatedAtZulu
    AnthropicResponse.CreatedAt
    Namespace: Glitch9.AIDevKit.Anthropic
    Assembly: .dll
    Syntax
    public class AnthropicFile : AnthropicResponse, IApiFileData

    Properties

    Api

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

    ByteSize

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

    Downloadable

    Declaration
    public bool Downloadable { get; set; }
    Property Value
    Type Description
    bool

    ExpiresAt

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

    MimeType

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

    MimeTypeString

    Declaration
    public string MimeTypeString { get; set; }
    Property Value
    Type Description
    string

    Name

    Name of this data.

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

    Methods

    BuildMetadata()

    Declaration
    public SerializableMetadata BuildMetadata()
    Returns
    Type Description
    SerializableMetadata

    Implements

    IApiFileData
    In this article
    Back to top Generated by DocFX