Preparing search index...
The search index is not available
@apillon/sdk
@apillon/sdk
IStorageBucketContentRequest
Interface IStorageBucketContentRequest
interface
IStorageBucketContentRequest
{
directoryUuid
?:
string
;
markedForDeletion
?:
boolean
;
search
?:
string
;
page
?:
number
;
limit
?:
number
;
orderBy
?:
string
;
desc
?:
boolean
;
status
?:
number
;
}
Hierarchy (
view full
)
IApillonPagination
IStorageBucketContentRequest
Index
Properties
directory
Uuid?
marked
For
Deletion?
search?
page?
limit?
order
By?
desc?
status?
Properties
Optional
directory
Uuid
directory
Uuid
?:
string
Optional
marked
For
Deletion
marked
For
Deletion
?:
boolean
Optional
search
search
?:
string
Optional
page
page
?:
number
Optional
limit
limit
?:
number
Optional
order
By
order
By
?:
string
Optional
desc
desc
?:
boolean
Optional
status
status
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
directory
Uuid
marked
For
Deletion
search
page
limit
order
By
desc
status
@apillon/sdk
Loading...