Unique identifier of an instance in Cognite Data Modeling

interface CogniteInstanceId {
    externalId: string;
    space: string;
}

Properties

Properties

externalId: string
space: string