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