Preparing search index...
The search index is not available
@nextcloud/files
@nextcloud/files
dav
<internal>
FileStat
Interface FileStat
interface
FileStat
{
basename
:
string
;
etag
:
null
|
string
;
filename
:
string
;
lastmod
:
string
;
mime
?:
string
;
props
?:
DAVResultResponseProps
;
size
:
number
;
type
:
"file"
|
"directory"
;
}
Index
Properties
basename
etag
filename
lastmod
mime?
props?
size
type
Properties
basename
basename
:
string
etag
etag
:
null
|
string
filename
filename
:
string
lastmod
lastmod
:
string
Optional
mime
mime
?:
string
Optional
props
props
?:
DAVResultResponseProps
size
size
:
number
type
type
:
"file"
|
"directory"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
basename
etag
filename
lastmod
mime
props
size
type
@nextcloud/files
Loading...