Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/storagee/src/index.ts>SearchOptions

JS Client library to interact with Supabase Storage
Latest
interface SearchOptions
import { type SearchOptions } from "https://deno.land/x/storagee@1.3.0/src/index.ts";

Properties

optional
limit: number

The number of files you want to be returned.

optional
offset: number

The starting position.

optional
sortBy: SortBy

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