Class VectorStoreFileListResponse
Contents
[
Hide
]VectorStoreFileListResponse class
Represents a list response containing vector store file data.
public class VectorStoreFileListResponse : ListDataResponse<List<VectorStoreFileResponse>>
Constructors
Name | Description |
---|---|
VectorStoreFileListResponse() | The default constructor. |
Properties
Name | Description |
---|---|
Data { get; set; } | |
Detail { get; set; } | Gets or sets the response detail. |
Error { get; set; } | Gets or sets the HTTP response error. |
ErrorMessage { get; } | Gets or sets the error information. |
FirstId { get; set; } | |
HasMore { get; set; } | |
HttpResponseHeaders { get; set; } | Gets or sets the HTTP response headers. |
HttpStatusCode { get; set; } | Gets or sets the HTTP status code. |
IsSuccessful { get; } | Indicates if the response was successful. |
LastId { get; set; } | |
ReasonPhrase { get; } | Gets the error reason phrase. |
Methods
Name | Description |
---|---|
GetFileIdList() | Gets the list of file IDs from the vector store. |
See Also
- class ListDataResponse<T>
- class VectorStoreFileResponse
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF