A document

interface PassageDocument {
    externalId?: string;
    id: number;
    instanceId?: CogniteInstanceId;
    sourceFile: PassageSourceFile;
}

Properties

externalId?: string

The external ID for the document. This field will be the same as the value set in the Files API.

haml001
id: number

The unique identifier for the document. This is automatically generated by CDF, and will be the same as the corresponding value in the Files API.

2384
instanceId?: CogniteInstanceId

The instance ID for documents created through Data Modeling. This field will be the same as the value set in the Files API.

sourceFile: PassageSourceFile

The source file that this document is derived from.