Table of Contents

Class ExpiresAfter

public class ExpiresAfter
Inheritance
object
ExpiresAfter

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?

Minutes

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

public int? Minutes { get; set; }

Property Value

int?