Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SearchOptions

import type { SearchOptions } from "https://esm.sh/@supabase/storage-js@2.89.0/dist/index.d.mts";
interface SearchOptions {
limit?: number;
offset?: number;
search?: string;
sortBy?: SortBy;
}

§Properties

§
limit?: number
[src]

The number of files you want to be returned.

§
offset?: number
[src]

The starting position.

§
sortBy?: SortBy
[src]

The column to sort by. Can be any column inside a FileObject.