Beamable SDK
Public Attributes | List of all members
Beamable.Server.EnviornmentArgs Class Reference
Inheritance diagram for Beamable.Server.EnviornmentArgs:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Server.EnviornmentArgs:
Collaboration graph
[legend]

Public Attributes

string CustomerID => Environment.GetEnvironmentVariable("CID")
 
string ProjectName => Environment.GetEnvironmentVariable("PID")
 
string Host => Environment.GetEnvironmentVariable("HOST")
 
string Secret => Environment.GetEnvironmentVariable("SECRET")
 
string NamePrefix => Environment.GetEnvironmentVariable("NAME_PREFIX") ?? ""
 
string SdkVersionExecution => Environment.GetEnvironmentVariable("BEAMABLE_SDK_VERSION_EXECUTION") ?? ""
 
string SdkVersionBaseBuild => File.ReadAllText(".beamablesdkversion").Trim()
 

Additional Inherited Members

- Properties inherited from Beamable.Server.IMicroserviceArgs
string CustomerID [get]
 
string ProjectName [get]
 
string Host [get]
 
string Secret [get]
 
string NamePrefix [get]
 
string SdkVersionBaseBuild [get]
 
string SdkVersionExecution [get]
 

The documentation for this class was generated from the following file: