{ "name": "akadaiassets", "description": null, "type": "cosmosdb", "subtype": null, "indexerPermissionOptions": [], "credentials": { "connectionString": "AccountEndpoint=https://cosmosdb.documents.azure.com;AccountKey=...;Database=akcontainers" }, "container": { "name": "aiassets", "query": "Select c.PartitionKey,c.RowKey,c.pagenumber,c.tenantid,c.siteid,c.parentid,c.filename,c.content_title,c.entityid,c.customproperties,c.folder_parts,c.sp_groupids,c.ad_groupids,c.folderid,c.content_text,c.content_embedding,c.meta_content,c.itemlanguageid,c.itemid,c.itemakid,c.personas,c.akkey,c.id,c._ts, c.SoftDeleted, c.SoftDeleteOn, c.IsDeleted, DocumentId(c) as RowId From c Where c._ts > @HighWaterMark AND StartsWith(c.PartitionKey, 'D-') AND c.EntityType = 'D-' ORDER BY c._ts" }, "dataChangeDetectionPolicy": { "@odata.type": "#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy", "highWaterMarkColumnName": "_ts" }, "dataDeletionDetectionPolicy": { "@odata.type": "#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy", "softDeleteColumnName": "IsDeleted", "softDeleteMarkerValue": "true" }, "encryptionKey": null, "identity": null }