Esposter
Preparing search index...
@esposter/db-schema
SurveyResponseEntity
Class SurveyResponseEntity
Hierarchy (
View Summary
)
AzureEntity
SurveyResponseEntity
Index
Constructors
constructor
Properties
created
At
deleted
At
model
model
Version
partition
Key
row
Key
updated
At
Methods
to
JSON
Constructors
constructor
new
SurveyResponseEntity
(
init
?:
Partial
<
SurveyResponseEntity
>
&
DeepRequiredProperties
<
{
partitionKey
:
string
;
rowKey
:
string
}
,
>
,
)
:
SurveyResponseEntity
Parameters
Optional
init
:
Partial
<
SurveyResponseEntity
>
&
DeepRequiredProperties
<
{
partitionKey
:
string
;
rowKey
:
string
}
,
>
Returns
SurveyResponseEntity
Properties
created
At
createdAt
:
Date
deleted
At
deletedAt
:
Date
|
null
model
model
:
Record
<
string
,
unknown
>
= {}
model
Version
modelVersion
:
number
= 0
partition
Key
partitionKey
:
string
row
Key
rowKey
:
string
updated
At
updatedAt
:
Date
Methods
to
JSON
toJSON
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
created
At
deleted
At
model
model
Version
partition
Key
row
Key
updated
At
Methods
to
JSON
Esposter
Loading...