File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Microsoft.Azure.Cosmos/src/Resource/Container Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -751,6 +751,7 @@ public abstract Task<FeedResponse<T>> ReadManyItemsAsync<T>(
751751 /// ]]>
752752 /// </code>
753753 /// </example>
754+ /// <seealso href="https://learn.microsoft.com/azure/cosmos-db/partial-document-update#supported-modes">Supported partial document update modes</seealso>
754755 public abstract Task < ItemResponse < T > > PatchItemAsync < T > (
755756 string id ,
756757 PartitionKey partitionKey ,
@@ -783,6 +784,7 @@ public abstract Task<ItemResponse<T>> PatchItemAsync<T>(
783784 /// <example>
784785 /// <see cref="Container.PatchItemAsync"/>
785786 /// </example>
787+ /// <seealso href="https://learn.microsoft.com/azure/cosmos-db/partial-document-update#supported-modes">Supported partial document update modes</seealso>
786788 public abstract Task < ResponseMessage > PatchItemStreamAsync (
787789 string id ,
788790 PartitionKey partitionKey ,
You can’t perform that action at this time.
0 commit comments