Search
Preparing search index...
The search index is not available
Soukai API
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Soukai API
LogEngine
Class LogEngine<SubjectEngine>
Type Parameters
SubjectEngine
extends
Engine
=
Engine
Hierarchy
LogEngine
Implements
Engine
ProxyEngine
Index
Constructors
constructor
Properties
subject
Methods
create
delete
get
Proxy
Subject
read
Many
read
One
update
Constructors
constructor
new
Log
Engine
<
SubjectEngine
>
(
subject
:
SubjectEngine
)
:
LogEngine
<
SubjectEngine
>
Type Parameters
SubjectEngine
extends
Engine
=
Engine
Parameters
subject:
SubjectEngine
Returns
LogEngine
<
SubjectEngine
>
Properties
Readonly
subject
subject
:
SubjectEngine
Methods
create
create
(
collection
:
string
, document
:
EngineDocument
, id
?:
string
)
:
Promise
<
string
>
Parameters
collection:
string
document:
EngineDocument
Optional
id:
string
Returns
Promise
<
string
>
delete
delete
(
collection
:
string
, id
:
string
)
:
Promise
<
void
>
Parameters
collection:
string
id:
string
Returns
Promise
<
void
>
get
Proxy
Subject
get
Proxy
Subject
(
)
:
Engine
Returns
Engine
read
Many
read
Many
(
collection
:
string
, filters
?:
EngineFilters
)
:
Promise
<
EngineDocumentsCollection
>
Parameters
collection:
string
Optional
filters:
EngineFilters
Returns
Promise
<
EngineDocumentsCollection
>
read
One
read
One
(
collection
:
string
, id
:
string
)
:
Promise
<
EngineDocument
>
Parameters
collection:
string
id:
string
Returns
Promise
<
EngineDocument
>
update
update
(
collection
:
string
, id
:
string
, updates
:
EngineUpdates
)
:
Promise
<
void
>
Parameters
collection:
string
id:
string
updates:
EngineUpdates
Returns
Promise
<
void
>
Exports
Log
Engine
constructor
subject
create
delete
get
Proxy
Subject
read
Many
read
One
update
Generated using
TypeDoc