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