weaviate-client
    Preparing search index...

    Type Alias BatchReference

    type BatchReference = {
        fromObjectCollection: string;
        fromObjectUuid: string;
        fromPropertyName: string;
        tenant?: string;
        toObjectCollection?: string;
        toObjectUuid: string;
    }
    Index

    Properties

    fromObjectCollection: string
    fromObjectUuid: string
    fromPropertyName: string
    tenant?: string
    toObjectCollection?: string
    toObjectUuid: string