Compartilhar via


RemainingPartitionWork(String, Int64) Construtor

Definição

Inicializa uma nova instância da classe RemainingPartitionWork.

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)

Parâmetros

partitionKeyRangeId
String

A ID do intervalo de chaves de partição para a qual o trabalho restante é calculado

remainingWork
Int64

A quantidade de documentos restantes a serem processados

Aplica-se a