SessionFileWriteResponse 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.
Response from uploading a file to a session sandbox.
public class SessionFileWriteResponse : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.SessionFileWriteResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.SessionFileWriteResponse>
type SessionFileWriteResponse = class
interface IJsonModel<SessionFileWriteResponse>
interface IPersistableModel<SessionFileWriteResponse>
Public Class SessionFileWriteResponse
Implements IJsonModel(Of SessionFileWriteResponse), IPersistableModel(Of SessionFileWriteResponse)
- Inheritance
-
SessionFileWriteResponse
- Implements
Properties
| Name | Description |
|---|---|
| BytesWritten |
Number of bytes written. |
| Path |
The path where the file was written, relative to the session home directory. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to SessionFileWriteResponse) | |