Interface ConnectionString
-
public interface ConnectionStringAn immutable client-side representation of a connection string on a web app.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname()booleansticky()ConnectionStringTypetype()Stringvalue()
-
-
-
Method Detail
-
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
-
-