Each RPC normalizes the partition IDs of the keys in its input entities,
and always returns entities with keys with normalized partition IDs.
This applies to all keys and entities, including those in values, except keys
with both an empty path and an empty or unset partition ID. Normalization of
input keys sets the project ID (if not already set) to the project ID from
the request.
public static void BindService(ServiceBinderBase serviceBinder, Datastore.DatastoreBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document details the \u003ccode\u003eDatastore\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Datastore.V1\u003c/code\u003e namespace, outlining its functionality for .NET development, including normalization of partition IDs within keys.\u003c/p\u003e\n"],["\u003cp\u003eThe document covers a range of versions for the \u003ccode\u003eGoogle.Cloud.Datastore.V1\u003c/code\u003e library, from the latest 4.15.0 down to 3.2.0, and version 4.2.0 is highlighted at the top of the page.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDatastore\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and includes methods such as \u003ccode\u003eBindService\u003c/code\u003e, which is used to create or customize service definitions for server-side logic.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e methods accept a \u003ccode\u003eDatastore.DatastoreBase\u003c/code\u003e object to implement server-side logic and can either return a \u003ccode\u003eServerServiceDefinition\u003c/code\u003e or register to a \u003ccode\u003eServiceBinderBase\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe list of inherited members include \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]