Class VectorStoreObjectResponse
- Assembly
- AntRunnerLib.dll
public class VectorStoreObjectResponse : BaseResponse, IEquatable<ObjectBaseResponse>, IEquatable<BaseResponse>, IEquatable<VectorStoreObjectResponse>
- Inheritance
-
System.
Object VectorStore Object Response
- Implements
-
System.
IEquatable <ObjectBase >Response System.IEquatable <BaseResponse >System.IEquatable <VectorStore >Object Response
- Inherited Members
-
System.
Object. Equals(System. Object) System.Object. Equals(System. Object, System. Object) System.Object. Get Hash Code() System.Object. Get Type() System.Object. Memberwise Clone() System.Object. Reference Equals(System. Object, System. Object) System.Object. To String()
Properties
CreatedAt
The Unix timestamp (in seconds) for when the vector store was created.
Property Value
- System.
Int32
ExpiresAfter
The expiration policy for a vector store.
Property Value
ExpiresAt
The Unix timestamp (in seconds) for when the vector store will expire.
Property Value
- System.
Nullable <System.Int32 >
FileCounts
Property Value
Id
The identifier, which can be referenced in API endpoints.
Property Value
- System.
String
LastActiveAt
The Unix timestamp (in seconds) for when the vector store was last active.
Property Value
- System.
Nullable <System.Int32 >
Metadata
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maxium of 512 characters long.
Property Value
- System.
Nullable <Dictionary<System.String , System.String >>
Name
The name of the vector store.
Property Value
- System.
String
Status
The status of the vector store, which can be either expired
, in_progress
, or completed
. A status of
completed
indicates that the vector store is ready for use.
Property Value
- System.
String
UsageBytes
The total number of bytes used by the files in the vector store.
Property Value
- System.
Int32