Table of Contents

Class ContainerFile

public class ContainerFile
Inheritance
object
ContainerFile

Properties

Bytes

Required. Size of the file in bytes.

public int Bytes { get; set; }

Property Value

int

ContainerId

Required. The container this file belongs to.

public string ContainerId { get; set; }

Property Value

string

CreatedAt

Required. Unix timestamp (in seconds) when the file was created.

public int CreatedAt { get; set; }

Property Value

int

Id

Required. Unique identifier for the file.

public string Id { get; set; }

Property Value

string

ObjectType

Required. The type of this object (container.file).

public string ObjectType { get; set; }

Property Value

string

Path

Required. Path of the file in the container.

public string Path { get; set; }

Property Value

string

Source

Required. Source of the file (e.g., user, assistant).

public string Source { get; set; }

Property Value

string