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: articles/cosmos-db/nosql/change-feed-modes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,8 +120,8 @@ During the preview, the following methods to read the change feed are available
120
120
121
121
|**Method to read change feed**|**.NET**|**Java**|**Python**|**Node.js**|
122
122
| --- | --- | --- | --- | --- |
123
-
|[Change feed pull model](change-feed-pull-model.md)|[>= 3.32.0-preview](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.32.0-preview)|[>= 4.42.0](https://mvnrepository.com/artifact/com.azure/azure-cosmos/4.37.0)| No |No|
124
-
|[Change feed processor](change-feed-processor.md)|[>= 3.40.0-preview.0](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.40.0-preview.0)|[>= 4.42.0](https://mvnrepository.com/artifact/com.azure/azure-cosmos/4.42.0)| No | No |
123
+
|[Change feed pull model](change-feed-pull-model.md)|[>= 3.32.0-preview](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.32.0-preview)|[>= 4.42.0](https://mvnrepository.com/artifact/com.azure/azure-cosmos/4.37.0)| No |[>= 4.1.0](https://www.npmjs.com/package/@azure/cosmos/v/4.1.0)|
124
+
|[Change feed processor](change-feed-processor.md)|No|[>= 4.42.0](https://mvnrepository.com/artifact/com.azure/azure-cosmos/4.42.0)| No | No |
console.log("Container definition is undefined.");
217
+
}
218
+
```
219
+
180
220
### [Python](#tab/python)
181
221
Updating computed properties on an existing container is not supported in Python SDK. You can only define computed properties when creating a new container. This is a work in progress currently.
0 commit comments