ChangeFeedProcessorBuilder.WithInMemoryLeaseContainer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Uses an in-memory container to maintain state of the leases
Using an in-memory container restricts the scaling capability to just the instance running the current processor.
public virtual Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithInMemoryLeaseContainer();
abstract member WithInMemoryLeaseContainer : unit -> Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder
override this.WithInMemoryLeaseContainer : unit -> Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder
Public Overridable Function WithInMemoryLeaseContainer () As ChangeFeedProcessorBuilder
Returns
The instance of ChangeFeedProcessorBuilder to use.