Logo
Type aliases

FileCountByStatusResponse

FileCountByStatusResponse = object

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

Properties

counts

counts: object

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

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:3515

The total number of files


pipeline_id?

optional pipeline_id: string | null

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

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:3523

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:3527

Whether to only count manually uploaded files