AIProjectsModelFactory.AgentPageableListOfVectorStoreFile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AgentPageableListOfVectorStoreFile.
public static Azure.AI.Projects.AgentPageableListOfVectorStoreFile AgentPageableListOfVectorStoreFile (Azure.AI.Projects.AgentPageableListOfVectorStoreFileObject object = default, System.Collections.Generic.IEnumerable<Azure.AI.Projects.VectorStoreFile> data = default, string firstId = default, string lastId = default, bool hasMore = false);
static member AgentPageableListOfVectorStoreFile : Azure.AI.Projects.AgentPageableListOfVectorStoreFileObject * seq<Azure.AI.Projects.VectorStoreFile> * string * string * bool -> Azure.AI.Projects.AgentPageableListOfVectorStoreFile
Public Shared Function AgentPageableListOfVectorStoreFile (Optional object As AgentPageableListOfVectorStoreFileObject = Nothing, Optional data As IEnumerable(Of VectorStoreFile) = Nothing, Optional firstId As String = Nothing, Optional lastId As String = Nothing, Optional hasMore As Boolean = false) As AgentPageableListOfVectorStoreFile
Parameters
The object type, which is always list.
- data
- IEnumerable<VectorStoreFile>
The requested list of items.
- firstId
- String
The first ID represented in this list.
- lastId
- String
The last ID represented in this list.
- hasMore
- Boolean
A value indicating whether there are additional values available not captured in this list.
Returns
A new AgentPageableListOfVectorStoreFile instance for mocking.
Applies to
Azure SDK for .NET