Interface ConnectionString


public interface ConnectionString
An immutable client-side representation of a connection string on a web app.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the key of the setting.
    boolean
    Check whether the connection string sticks to the slot during a swap.
    Gets the type of the connection string.
    Gets the value of the connection string.
  • 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

      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