Member Junction
    Preparing search index...

    Type Alias GetObjectMetadataParams

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

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

    Properties

    Properties

    fullPath?: string

    Full path to the object

    objectId?: string

    Provider-specific object ID