Member Junction
    Preparing search index...

    Type Alias GetObjectParams

    Parameters for GetObject operation. Either objectId or fullPath must be provided (objectId is preferred for performance).

    type GetObjectParams = {
        fullPath?: string;
        objectId?: string;
    }
    Index

    Properties

    Properties

    fullPath?: string

    Full path to the object (e.g., 'documents/report.pdf') Requires path resolution which may involve multiple API calls

    objectId?: string

    Provider-specific object ID (Box: file ID, Google Drive: file ID, etc.) Bypasses path resolution for significantly faster access