Logo
Type aliases

FileCountByStatusResponse

FileCountByStatusResponse = object

Defined in: packages/cloud/src/client/types.gen.ts:3235

Properties

counts

counts: object

Defined in: packages/cloud/src/client/types.gen.ts:3239

The counts of files by status

Index Signature

[key: string]: number


total_count

total_count: number

Defined in: packages/cloud/src/client/types.gen.ts:3245

The total number of files


pipeline_id?

optional pipeline_id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:3249

The ID of the pipeline that the files belong to


data_source_id?

optional data_source_id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:3253

The ID of the data source that the files belong to


only_manually_uploaded?

optional only_manually_uploaded: boolean

Defined in: packages/cloud/src/client/types.gen.ts:3257

Whether to only count manually uploaded files

On this page