@squidcloud/client
    Preparing search index...

    Interface GetFileMetadataRequest

    Represents a request to retrieve metadata for a specific file stored in the bucket.

    interface GetFileMetadataRequest {
        filePathInBucket: string;
        integrationId: string;
    }
    Index

    Properties

    filePathInBucket: string

    The path of the file within the bucket.

    integrationId: string

    The ID of the integration where the file is stored.