Search Results for

    Show / Hide Table of Contents

    Class ExpiresAfter

    Inheritance
    object
    ExpiresAfter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
    Syntax
    public class ExpiresAfter

    Properties

    | Edit this page View Source

    Anchor

    Anchor timestamp after which the expiration policy applies. Supported anchors: last_active_at.

    Declaration
    [JsonProperty("anchor")]
    public string Anchor { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Days

    The number of days after the anchor time that the vector store will expire.

    Declaration
    [JsonProperty("days")]
    public int? Days { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Minutes

    The number of minutes after the anchor before the container expires.

    Declaration
    [JsonProperty("minutes")]
    public int? Minutes { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation