Table of Contents

Class Expiration

public class Expiration
Inheritance
object
Expiration

Properties

Anchor

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

public string Anchor { get; set; }

Property Value

string

Days

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

public int? Days { get; set; }

Property Value

int?