C# Class GoogleCloudExtension.DataSources.GaeServiceExtensions

显示文件 Open project: GoogleCloudPlatform/google-cloud-visualstudio

Public Properties

Property Type Description
ShardByCookie string
ShardByIp string

Public Methods

Method Description
GetTrafficAllocation ( this service, string versionId ) : double?

Get the traffic allocation of a version.

Method Details

GetTrafficAllocation() public static method

Get the traffic allocation of a version.
public static GetTrafficAllocation ( this service, string versionId ) : double?
service this
versionId string
return double?

Property Details

ShardByCookie public_oe static_oe property

The value of a traffic split by cookies for a service.
public static string ShardByCookie
return string

ShardByIp public_oe static_oe property

The value of a traffic split by IP address for a service.
public static string ShardByIp
return string