CandidateFileInfo Class
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.
File entry in a candidate's blob directory.
public class CandidateFileInfo : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.CandidateFileInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.CandidateFileInfo>
type CandidateFileInfo = class
interface IJsonModel<CandidateFileInfo>
interface IPersistableModel<CandidateFileInfo>
Public Class CandidateFileInfo
Implements IJsonModel(Of CandidateFileInfo), IPersistableModel(Of CandidateFileInfo)
- Inheritance
-
CandidateFileInfo
- Implements
Properties
| Name | Description |
|---|---|
| Path |
Relative path of the file. |
| SizeBytes |
File size in bytes. |
| Type |
File type category (e.g. 'config', 'results'). |