@twinfinity/core
    Preparing search index...

    Interface TwinGet

    Specification of a Twinfinity Twin

    interface TwinGet {
        aggregatedSpaces?: string[];
        aggregatedTwins?: string[];
        computedPropertySets?: PropertySet[];
        createdBy: string;
        createdUtc: string;
        elementQuantities?: ElementQuantities[];
        entities: EntityCollection;
        etag: string;
        filePatches?: { [key: string]: FilePatchSet };
        fileReferences: TwinFileReference[];
        id: string;
        isDeleted?: boolean;
        location?: Location;
        modifiedBy: string;
        modifiedUtc: string;
        name: string;
        propertySets?: PropertySet[];
        relatedContainerIds: string[];
        site?: string;
        version: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    aggregatedSpaces?: string[]

    Spaces that are not part of any facility

    aggregatedTwins?: string[]

    Ids of Twins that are part of this Twin

    computedPropertySets?: PropertySet[]
    createdBy: string
    createdUtc: string
    elementQuantities?: ElementQuantities[]

    Collection of entities that are part of the twin

    etag: string
    filePatches?: { [key: string]: FilePatchSet }

    Per-file patch operations applied to model products before merge

    fileReferences: TwinFileReference[]
    id: string

    Unique identifier for the twin

    isDeleted?: boolean
    location?: Location

    Twin location in WGS84

    modifiedBy: string
    modifiedUtc: string
    name: string

    Name of the Twin

    propertySets?: PropertySet[]
    relatedContainerIds: string[]
    site?: string

    The site of the Twin

    version: number