Interface ConnectionString
@Beta
public interface ConnectionString
An immutable client-side representation of a connection string on a web app.
-
Method Summary
-
Method Details
-
name
String name()- Returns:
- the key of the setting
-
value
String value()- Returns:
- the value of the connection string
-
type
ConnectionStringType type()- Returns:
- the type of the connection string
-
sticky
boolean sticky()- Returns:
- if the connection string sticks to the slot during a swap
-