Type Alias: DocumentMetadata
type DocumentMetadata = object;
Defined in: gen/types.gen.ts:2322
Information about the document.
Properties
contentType?
optional contentType: string;
Defined in: gen/types.gen.ts:2326
The content type of the document.
customProperties?
optional customProperties: object;
Defined in: gen/types.gen.ts:2350
Custom properties of the document.
Index Signature
[key: string]: unknown
expiresAt?
optional expiresAt: string;
Defined in: gen/types.gen.ts:2334
The date and time when the document expires.
fileName?
optional fileName: string;
Defined in: gen/types.gen.ts:2330
The name of the file.
processDefinitionId?
optional processDefinitionId: ProcessDefinitionId;
Defined in: gen/types.gen.ts:2342
The ID of the process definition that created the document.
processInstanceKey?
optional processInstanceKey: ProcessInstanceKey;
Defined in: gen/types.gen.ts:2346
The key of the process instance that created the document.
size?
optional size: number;
Defined in: gen/types.gen.ts:2338
The size of the document in bytes.