host property

String? host
getter/setter pair

The host from which the user can connect.

For insert operations, host defaults to an empty string. For update operations, host is specified as part of the request URL. The host name cannot be updated after insertion. For a MySQL instance, it's required; for a PostgreSQL or SQL Server instance, it's optional.

Optional.

Implementation

core.String? host;