Skip to content

Commit 1b28eb0

Browse files
authored
Merge pull request #41924 from ankitvijay/patch-1
Added docs reference link to `HighWaterChangeDeductionPolicy`
2 parents 2ed3b4f + 7d94fe2 commit 1b28eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-howto-index-cosmosdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ The generally available .NET SDK has full parity with the generally available RE
293293

294294
## Indexing changed documents
295295

296-
The purpose of a data change detection policy is to efficiently identify changed data items. Currently, the only supported policy is the `High Water Mark` policy using the `_ts` (timestamp) property provided by Azure Cosmos DB, which is specified as follows:
296+
The purpose of a data change detection policy is to efficiently identify changed data items. Currently, the only supported policy is the [`HighWaterMarkChangeDetectionPolicy`](https://docs.microsoft.com/dotnet/api/microsoft.azure.search.models.highwatermarkchangedetectionpolicy) using the `_ts` (timestamp) property provided by Azure Cosmos DB, which is specified as follows:
297297

298298
{
299299
"@odata.type" : "#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy",

0 commit comments

Comments
 (0)