Skip to main content
Module

x/storagee/mod.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/mod.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.