toggle menu
opensdk
androidJvm
switch theme
search in API
opensdk
/
com.alicloud.databox.opensdk.scope
/
AliyunpanFileScope
/
SearchFile
Search
File
class
SearchFile
(
driveId
:
String
,
limit
:
Int
?
=
null
,
marker
:
String
?
=
null
,
query
:
String
?
=
null
,
orderBy
:
String
?
=
null
,
videoThumbnailTime
:
Long
?
=
null
,
videoThumbnailWidth
:
Long
?
=
null
,
imageThumbnailWidth
:
Long
?
=
null
,
returnTotalCount
:
Boolean
?
=
null
)
:
AliyunpanScope
文件搜索
Members
Constructors
Search
File
Link copied to clipboard
constructor
(
driveId
:
String
,
limit
:
Int
?
=
null
,
marker
:
String
?
=
null
,
query
:
String
?
=
null
,
orderBy
:
String
?
=
null
,
videoThumbnailTime
:
Long
?
=
null
,
videoThumbnailWidth
:
Long
?
=
null
,
imageThumbnailWidth
:
Long
?
=
null
,
returnTotalCount
:
Boolean
?
=
null
)
Functions
get
Api
Link copied to clipboard
open
override
fun
getApi
(
)
:
String
get
Http
Method
Link copied to clipboard
open
override
fun
getHttpMethod
(
)
:
String
get
Request
Link copied to clipboard
open
override
fun
getRequest
(
)
:
Map
<
String
,
Any
?
>