FilePath(String, Int64) Constructor

Definition

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.

Applies to