次の方法で共有


ChangeFeedProcessorBuilder.WithInMemoryLeaseContainer Method

Definition

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.

Applies to