You have an Azure Cosmos DB account named Account1 that resides in the East US Azure region and replicates to the West US Azure region.
You are developing a NET application that will process automatically any non-replicated writes in the East US region following a failover of Account1 to the West US region.
Which method should you use to identify the non-replicated writes?
A . Documentclient.ReadconflictFeedAsync
B . DocumentClient.Finalize
C . DocumentClient.CreateDocumentChangeFeedQuery
D . DocumentClient.DeleteDocumentCollertionAsync
Answer: A