workloads / main / StatefulWorkloadWithClient
Class: abstract
StatefulWorkloadWithClient
Type Param
Client type
Extends
Extended by
Accessors
connectionString
Get Signature
ts
get connectionString(): string
Reads the value fron environment variable name that should hold the connection string.
Returns
string
connectionStringEnvVar
Get Signature
ts
get connectionStringEnvVar(): string
Returns the unique environment variable name that should hold the connection string.
Returns
string
Constructors
new StatefulWorkloadWithClient()
ts
new StatefulWorkloadWithClient(id): StatefulWorkloadWithClient
Parameters
Parameter | Type | Description |
---|---|---|
|
| Unique ID. |
Returns
Overrides
Properties
Property | Modifier | Type | Description |
---|---|---|---|
id | readonly | string | Unique ID |