Esposter
Preparing search index...
@esposter/db-schema
ModerationLogEntity
Class ModerationLogEntity
Hierarchy (
View Summary
)
AzureEntity
ModerationLogEntity
Index
Constructors
constructor
Properties
actor
User
Id
created
At
deleted
At
duration
Ms?
partition
Key
row
Key
target
User
Id
type
updated
At
Methods
to
JSON
Constructors
constructor
new
ModerationLogEntity
(
init
?:
Partial
<
ModerationLogEntity
>
&
{
partitionKey
:
string
;
rowKey
:
string
;
}
,
)
:
ModerationLogEntity
Parameters
Optional
init
:
Partial
<
ModerationLogEntity
>
&
{
partitionKey
:
string
;
rowKey
:
string
}
Returns
ModerationLogEntity
Properties
actor
User
Id
actorUserId
:
string
created
At
createdAt
:
Date
deleted
At
deletedAt
:
Date
|
null
Optional
duration
Ms
durationMs
?:
number
partition
Key
partitionKey
:
string
row
Key
rowKey
:
string
target
User
Id
targetUserId
:
string
type
type
:
AdminActionType
updated
At
updatedAt
:
Date
Methods
to
JSON
toJSON
()
:
this
Returns
this
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
actor
User
Id
created
At
deleted
At
duration
Ms
partition
Key
row
Key
target
User
Id
type
updated
At
Methods
to
JSON
Esposter
Loading...