@nextcloud/files
Preparing search index...
dav
<internal>
DAVResultResponseProps
Interface DAVResultResponseProps
interface
DAVResultResponseProps
{
displayname
:
string
;
getcontentlength
?:
string
;
getcontenttype
?:
string
;
getetag
?:
string
;
getlastmodified
?:
string
;
"quota-available-bytes"
?:
string
|
number
;
"quota-used-bytes"
?:
string
|
number
;
resourcetype
:
{
collection
?:
unknown
}
;
[
additionalProp
:
string
]:
unknown
;
}
Indexable
[
additionalProp
:
string
]:
unknown
Index
Properties
displayname
getcontentlength?
getcontenttype?
getetag?
getlastmodified?
quota-
available-
bytes?
quota-
used-
bytes?
resourcetype
Properties
displayname
displayname
:
string
Optional
getcontentlength
getcontentlength
?:
string
Optional
getcontenttype
getcontenttype
?:
string
Optional
getetag
getetag
?:
string
Optional
getlastmodified
getlastmodified
?:
string
Optional
quota-
available-
bytes
"quota-available-bytes"
?:
string
|
number
Optional
quota-
used-
bytes
"quota-used-bytes"
?:
string
|
number
resourcetype
resourcetype
:
{
collection
?:
unknown
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
displayname
getcontentlength
getcontenttype
getetag
getlastmodified
quota-
available-
bytes
quota-
used-
bytes
resourcetype
@nextcloud/files
Loading...