Table "Agent Task File"

ID 2000000274
Namespace: System.Agents

Virtual table that stores files associated with agent tasks. Exposed to cloud, but read-only for non-Microsoft apps.

Remarks

This table provides storage and access to files that are created, processed, or attached to agent tasks. Essential for agents that work with file-based operations, document processing, or data exchange scenarios. Files are stored with their original metadata including name and MIME type for proper handling and retrieval.

Properties

Name Value
Caption Agent Task File
DataPerCompany False
ReplicateData False
Scope Cloud

Fields

Name Type Description
"Task ID" BigInteger

The unique identifier of the agent task that this file belongs to.

ID BigInteger

The unique identifier of the file within the task context.

"File Name" Text[250]

The original name of the file including its extension.

"File MIME Type" Text[100]

The MIME type of the file for proper content type identification and handling.

Content Blob

The binary content of the file stored as a BLOB.

SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

See also