From 9dc9c739494821ca29a0155bb77ed897884250b4 Mon Sep 17 00:00:00 2001 From: philipthomas Date: Tue, 26 Mar 2024 08:43:38 -0400 Subject: [PATCH] including this in Encryption --- .../src/EncryptionContainer.cs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Microsoft.Azure.Cosmos.Encryption.Custom/src/EncryptionContainer.cs b/Microsoft.Azure.Cosmos.Encryption.Custom/src/EncryptionContainer.cs index eebf5900cf..0706188ba4 100644 --- a/Microsoft.Azure.Cosmos.Encryption.Custom/src/EncryptionContainer.cs +++ b/Microsoft.Azure.Cosmos.Encryption.Custom/src/EncryptionContainer.cs @@ -1021,6 +1021,15 @@ public override Task DeleteAllItemsByPartitionKeyStreamAsync( requestOptions, cancellationToken); } + + public override ChangeFeedProcessorBuilder GetChangeFeedProcessorBuilderWithAllVersionsAndDeletes( + string processorName, + ChangeFeedHandler> onChangesDelegate) + { + return this.container.GetChangeFeedProcessorBuilderWithAllVersionsAndDeletes( + processorName, + onChangesDelegte); + } #endif private async Task ReadManyItemsHelperAsync(