VectorStoreResponse.LastActiveAt

VectorStoreResponse.LastActiveAt property

Gets or sets the Unix timestamp (in seconds) for when the vector store was last active.

public long? LastActiveAt { get; set; }

See Also