We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796f1be commit 61871caCopy full SHA for 61871ca
samples/ChangeFeedProcessor/DocumentDB.ChangeFeedProcessor/ChangeFeedEventHost.cs
@@ -81,7 +81,7 @@ namespace DocumentDB.ChangeFeedProcessor
81
/// </example>
82
public class ChangeFeedEventHost : IPartitionObserver<DocumentServiceLease>
83
{
84
- const string DefaultUserAgentSuffix = "changefeed-0.4";
+ const string DefaultUserAgentSuffix = "changefeed-0.3.1";
85
const string LeaseContainerName = "docdb-changefeed";
86
const string LSNPropertyName = "_lsn";
87
0 commit comments