C# 클래스 GoogleCloudExtension.DataSources.GaeServiceExtensions

파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio

공개 프로퍼티들

프로퍼티 타입 설명
ShardByCookie string
ShardByIp string

공개 메소드들

메소드 설명
GetTrafficAllocation ( this service, string versionId ) : double?

Get the traffic allocation of a version.

메소드 상세

GetTrafficAllocation() 공개 정적인 메소드

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

프로퍼티 상세

ShardByCookie 공개적으로 정적으로 프로퍼티

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

ShardByIp 공개적으로 정적으로 프로퍼티

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