You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,9 @@ Google Datastore supports segregating data within a single "Dataset" using somet
221
221
222
222
Generally, this is intended for multi-tenant applications where each customer would have separate data, even within the same "Kind".
223
223
224
-
This library supports namespaces, and they can be configured per `Gateway` instance ny passing in the optional namespace parameter.
224
+
This library supports namespaces, and they are be configured per `Gateway` instance by passing in the optional 3rd namespace parameter.
225
+
226
+
<strong>ALL operations carried out through a Gateway with a namespace configured are done in the context of that namespace. The namespace is automatically applied to Keys when doing upsert/delete/fetch-by-key and to Requests when running GQL queries.</strong>
225
227
226
228
```php
227
229
// Create a store for a particular customer or 'application namespace'
0 commit comments