Search
Preparing search index...
The search index is not available
@dxdeveloperexperience/hygie
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
FileAccess
Class FileAccess
Hierarchy
FileAccess
Implements
DataAccessInterface
Index
Methods
check
IfExist
connect
delete
Data
read
Collection
read
Data
remove
Collection
write
Data
Methods
check
IfExist
check
IfExist
(
source
:
SourceEnum
, path
:
string
)
:
Promise
<
boolean
>
Parameters
source:
SourceEnum
path:
string
Returns
Promise
<
boolean
>
connect
connect
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
delete
Data
delete
Data
(
source
:
SourceEnum
, path
:
string
)
:
Promise
<
any
>
Parameters
source:
SourceEnum
path:
string
Returns
Promise
<
any
>
read
Collection
read
Collection
(
source
:
SourceEnum
, path
:
string
)
:
Promise
<
any
>
Parameters
source:
SourceEnum
path:
string
Returns
Promise
<
any
>
read
Data
read
Data
(
source
:
SourceEnum
, path
:
string
)
:
Promise
<
any
>
Parameters
source:
SourceEnum
path:
string
Returns
Promise
<
any
>
remove
Collection
remove
Collection
(
source
:
SourceEnum
, path
:
string
)
:
Promise
<
boolean
>
Parameters
source:
SourceEnum
path:
string
Returns
Promise
<
boolean
>
write
Data
write
Data
(
source
:
SourceEnum
, path
:
string
, data
:
any
)
:
Promise
<
any
>
Parameters
source:
SourceEnum
path:
string
data:
any
Returns
Promise
<
any
>
Globals
File
Access
check
IfExist
connect
delete
Data
read
Collection
read
Data
remove
Collection
write
Data
Generated using
TypeDoc