using System; using System.Collections.Generic; using System.Text; namespace TEAMModelOS.SDK.Module.AzureCosmosDB.Configuration { public class AzureCosmosDBConfig { public readonly static string AZURE_CHINA = "AzureChina"; public readonly static string AZURE_GLOBAL = "AzureGlobal"; } }