Skip to content

Commit 3466445

Browse files
committed
chore: include search limit to jsdoc
1 parent 6b2b291 commit 3466445

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/lib/types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ export interface DestinationOptions {
8080

8181
export interface SearchOptions {
8282
/**
83-
* The number of files you want to be returned.
83+
* The number of files you want to be returned.
84+
* @default 100
8485
*/
8586
limit?: number
8687

src/packages/StorageFileApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,7 @@ export default class StorageFileApi {
736736
/**
737737
* Lists all the files within a bucket.
738738
* @param path The folder path.
739+
* @param options Search options including limit (defaults to 100), offset, sortBy, and search
739740
*/
740741
async list(
741742
path?: string,

0 commit comments

Comments
 (0)