Beamable SDK
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
Beamable.Server.Api.RealmConfig.RealmConfig Class Reference

This type defines the Microservice main entry point for the Realm Configuration feature. More...

Inheritance diagram for Beamable.Server.Api.RealmConfig.RealmConfig:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Server.Api.RealmConfig.RealmConfig:
Collaboration graph
[legend]

Public Member Functions

 RealmConfig (IDictionary< string, RealmConfigNamespaceData > dictionary)
 
RealmConfigNamespaceData GetNamespace (string nameSpace)
 
string GetSetting (string nameSpace, string key, string defaultValue=null)
 

Static Public Member Functions

static RealmConfig From (Dictionary< string, Dictionary< string, string > > data)
 

Static Public Attributes

static readonly RealmConfigNamespaceData EmptyNamespace
 

Detailed Description

This type defines the Microservice main entry point for the Realm Configuration feature.

Related Links

img beamable-logo

Member Data Documentation

◆ EmptyNamespace

readonly RealmConfigNamespaceData Beamable.Server.Api.RealmConfig.RealmConfig.EmptyNamespace
static
Initial value:
=
new RealmConfigNamespaceData(new Dictionary<string, string>())

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