C# Class Qiniu.Common.Zone

显示文件 Open project: qiniu/csharp-sdk Class Usage Examples

Public Methods

Method Description
ZONE_CN_East ( ) : Zone

华东 xx-(NULL)

ZONE_CN_North ( ) : Zone

华北 xx-z1

ZONE_CN_South ( ) : Zone

华南 xx-z2

ZONE_Default ( ) : Zone

默认(华东)

ZONE_US_North ( ) : Zone

北美 xx-na0

Method Details

ZONE_CN_East() public static method

华东 xx-(NULL)
public static ZONE_CN_East ( ) : Zone
return Zone

ZONE_CN_North() public static method

华北 xx-z1
public static ZONE_CN_North ( ) : Zone
return Zone

ZONE_CN_South() public static method

华南 xx-z2
public static ZONE_CN_South ( ) : Zone
return Zone

ZONE_Default() public static method

默认(华东)
public static ZONE_Default ( ) : Zone
return Zone

ZONE_US_North() public static method

北美 xx-na0
public static ZONE_US_North ( ) : Zone
return Zone