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"]],[["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-04-09 UTC."],[[["This document details the `Datastore` class within the `Google.Cloud.Datastore.V1` namespace, outlining its functionality for .NET development, including normalization of partition IDs within keys."],["The document covers a range of versions for the `Google.Cloud.Datastore.V1` 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."],["The `Datastore` class inherits from `Object` and includes methods such as `BindService`, which is used to create or customize service definitions for server-side logic."],["The `BindService` methods accept a `Datastore.DatastoreBase` object to implement server-side logic and can either return a `ServerServiceDefinition` or register to a `ServiceBinderBase`."],["The list of inherited members include `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]