Lines Matching refs:collectionId
244 $collectionId = $collection['id'];
245 … $endpoint = "/tenants/{$this->tenant}/databases/{$this->database}/collections/{$collectionId}";
270 $collectionId = $collection['id'];
271 …$endpoint = "/tenants/{$this->tenant}/databases/{$this->database}/collections/{$collectionId}/get";
304 $collectionId = $collection['id'];
305 …dpoint = "/tenants/{$this->tenant}/databases/{$this->database}/collections/{$collectionId}/upsert";
330 * @param string $collectionId The ID of the collection to check documents in
336 public function needsUpdate($collectionId, $documentId, $fileModifiedTime) { argument
338 …$endpoint = "/tenants/{$this->tenant}/databases/{$this->database}/collections/{$collectionId}/get";
405 $collectionId = $collection['id'];
406 …ndpoint = "/tenants/{$this->tenant}/databases/{$this->database}/collections/{$collectionId}/query";
590 $collectionId = $collection['id'];
594 $needsUpdate = $this->needsUpdate($collectionId, $id, $fileModifiedTime);