App Engine v1 API - Enum TrafficSplit.Types.ShardBy (2.3.0)

public enum TrafficSplit.Types.ShardBy

Reference documentation and code samples for the App Engine v1 API enum TrafficSplit.Types.ShardBy.

Available sharding mechanisms.

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Fields

NameDescription

Diversion based on a specially named cookie, "GOOGAPPUID." The cookie must be set by the application itself or no diversion will occur.

Ip

Diversion based on applying the modulus operation to a fingerprint of the IP address.

Random

Diversion based on weighted random assignment. An incoming request is randomly routed to a version in the traffic split, with probability proportional to the version's traffic share.

Unspecified

Diversion method unspecified.