FilePath(String, Int64) Constructor
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 FilePath.
public FilePath(string fileId, long index);
new Azure.AI.AgentServer.Responses.Models.FilePath : string * int64 -> Azure.AI.AgentServer.Responses.Models.FilePath
Public Sub New (fileId As String, index As Long)
Parameters
- fileId
- String
The ID of the file.
- index
- Int64
The index of the file in the list of files.
Exceptions
fileId is null.