Table of Contents

Class ExpiresAfter

public class ExpiresAfter : IEquatable<ExpiresAfter>
Inheritance
System.Object
ExpiresAfter
Implements
System.IEquatable<ExpiresAfter>
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()

Properties

Anchor

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

[JsonPropertyName("anchor")]
public string Anchor { get; set; }

Property Value

System.String

Days

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

[JsonPropertyName("days")]
public int Days { get; set; }

Property Value

System.Int32