ServerName
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- GitHub 6.0
- Documentation
Purpose
Specifies the host name portion of the HTTP endpoint to which you send requests. This property allows you to specify GitHub instance to connect to.
Valid Values
string
where:
string
is the host name portion of the HTTP endpoint to which you send requests. For example,
api.github.comfor cloud accounts.github.enterprise.comfor enterprise accounts.
Data Source Methods
public String getServerName()
public void setServerName(String)
Default Value
No default value
Data Type
String