KnowledgeSourceFile 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.
Metadata for a file uploaded to a File knowledge source.
public class KnowledgeSourceFile : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.KnowledgeSourceFile>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.KnowledgeSourceFile>
type KnowledgeSourceFile = class
interface IJsonModel<KnowledgeSourceFile>
interface IPersistableModel<KnowledgeSourceFile>
Public Class KnowledgeSourceFile
Implements IJsonModel(Of KnowledgeSourceFile), IPersistableModel(Of KnowledgeSourceFile)
- Inheritance
-
KnowledgeSourceFile
- Implements
Properties
| Name | Description |
|---|---|
| CreatedAt |
The timestamp when the file was created. |
| ErrorMessage |
The error message if file processing failed, null otherwise. |
| FileId |
The unique identifier for the file. |
| FileName |
The original file name. |
| FileSizeBytes |
The file size in bytes. |
| LastUpdatedAt |
The timestamp when the file was last updated. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to KnowledgeSourceFile) | |