Skip to content

Commit

Permalink
including this in Encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
philipthomas-MSFT committed Mar 26, 2024
1 parent f357d61 commit 9dc9c73
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,15 @@ public override Task<ResponseMessage> DeleteAllItemsByPartitionKeyStreamAsync(
requestOptions,
cancellationToken);
}

public override ChangeFeedProcessorBuilder GetChangeFeedProcessorBuilderWithAllVersionsAndDeletes<T>(
string processorName,
ChangeFeedHandler<ChangeFeedItemChange<T>> onChangesDelegate)
{
return this.container.GetChangeFeedProcessorBuilderWithAllVersionsAndDeletes<T>(
processorName,
onChangesDelegte);
}
#endif

private async Task<ResponseMessage> ReadManyItemsHelperAsync(
Expand Down

0 comments on commit 9dc9c73

Please sign in to comment.