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