Globus SDK for JavaScript
    Preparing search index...
    • Stat the file or directory at the specified path on a collection.

      Parameters

      • endpoint_xid: string
      • options:
            | undefined
            | { query?: { local_user?: string; path: string } } & {
                headers?: Headers;
                query?: {
                    [key: string]:
                        | undefined
                        | null
                        | string
                        | number
                        | boolean
                        | (undefined | null | string | number)[];
                };
            }
      • OptionalsdkOptions: SDKOptions

      Returns Promise<JSONFetchResponse<FileDocument>>