SourceData: {
    created_at: string;
    deleted: boolean;
    deleted_at: string | null;
    id: number;
    name: string;
    protocol: ProtocolEnum;
    relative_path: string;
    status: SourceDataStatusEnum;
    type: string;
    updated_at: string;
}

Represents a source_data or a file

Type declaration

  • created_at: string
  • deleted: boolean
  • deleted_at: string | null
  • id: number
  • name: string
  • protocol: ProtocolEnum
  • relative_path: string
  • status: SourceDataStatusEnum
  • type: string
  • updated_at: string

Param: id:

the id of the source_data

Param: name:

the name of the source_data

Param: relative_path:

the relative path of the source_data

Param: type:

the type of the source_data (e.g., txt, pdf, csv, etc.); inferred from the extension of the relative_path

Param: protocol:

the protocol used to store the source_data

Param: status:

the status of the source_data

Generated using TypeDoc