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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage documents different versions of the `ShardBy` enum within the `Google.Cloud.AppEngine.V1` namespace, ranging from version 1.0.0 to the latest version 2.4.0."],["The `ShardBy` enum defines the available mechanisms for sharding, including `Cookie`, `Ip`, `Random`, and `Unspecified`, each representing a different method of traffic diversion."],["The namespace for all these `ShardBy` enums is `Google.Cloud.AppEngine.V1`, found in the `Google.Cloud.AppEngine.V1.dll` assembly."],["The `Cookie` field description indicates diversion based on a special \"GOOGAPPUID\" cookie that must be set by the application."],["`Ip` utilizes a fingerprint of the IP address, `Random` uses a weighted random assignment, and `Unspecified` is the default value indicating no defined method."]]],[]]