File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,16 @@ Datastore.dataset = Dataset;
99
99
* @param {object= } options - Configuration object.
100
100
* @return {module:datastore/dataset }
101
101
*/
102
+ /**
103
+ * Create a Dataset object to reference an existing dataset.
104
+ *
105
+ * @param {object= } options - [Configuration object](#/docs/?method=gcloud).
106
+ * @param {string= } options.apiEndpoint - Override the default API endpoint used
107
+ * to reach Datastore. This is useful for connecting to your local Datastore
108
+ * server (usually "http://localhost:8080").
109
+ * @param {string } options.namespace - Namespace to isolate transactions to.
110
+ * @return {module:datastore/dataset }
111
+ */
102
112
Datastore . prototype . dataset = function ( options ) {
103
113
options = options || { } ;
104
114
// Mix in global config data to the provided options.
You can’t perform that action at this time.
0 commit comments