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 a092418 commit 0f2f466Copy full SHA for 0f2f466
Microsoft.Azure.Cosmos/src/ChangeFeedProcessor/ChangeFeedProcessorBuilder.cs
@@ -213,10 +213,9 @@ public ChangeFeedProcessorBuilder WithLeaseContainer(Container leaseContainer)
213
214
/// <summary>
215
/// Uses an in-memory container to maintain state of the leases
216
- /// </summary>
217
- /// <remarks>
+ ///
218
/// Using an in-memory container restricts the scaling capability to just the instance running the current processor.
219
- /// </remarks>
+ /// </summary>
220
/// <returns>The instance of <see cref="ChangeFeedProcessorBuilder"/> to use.</returns>
221
public virtual ChangeFeedProcessorBuilder WithInMemoryLeaseContainer()
222
{
0 commit comments