Udostępnij za pośrednictwem


RemainingPartitionWork(String, Int64) Constructor

Definition

Initializes a new instance of the RemainingPartitionWork class.

public RemainingPartitionWork (string partitionKeyRangeId, long remainingWork);
new Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.RemainingPartitionWork : string * int64 -> Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.RemainingPartitionWork
Public Sub New (partitionKeyRangeId As String, remainingWork As Long)

Parameters

partitionKeyRangeId
String

The partition key range ID for which the remaining work is calculated

remainingWork
Int64

The ammount of documents remaining to be processed

Applies to