Skip to content

Commit 6e11ada

Browse files
committed
Removing space
1 parent c662ca1 commit 6e11ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-cosmosdb-v2-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ The following table explains the binding configuration properties that you set i
14321432
|**collectionName** |**CollectionName** | The name of the collection that contains the document. |
14331433
|**id** | **Id** | The ID of the document to retrieve. This property supports [binding expressions](./functions-bindings-expressions-patterns.md). Don't set both the `id` and **sqlQuery** properties. If you don't set either one, the entire collection is retrieved. |
14341434
|**sqlQuery** |**SqlQuery** | An Azure Cosmos DB SQL query used for retrieving multiple documents. The property supports runtime bindings, as in this example: `SELECT * FROM c where c.departmentId = {departmentId}`. Don't set both the `id` and `sqlQuery` properties. If you don't set either one, the entire collection is retrieved.|
1435-
|**connectionStringSetting** |**ConnectionStringSetting**|The name of the app setting containing your Azure Cosmos DB connection string. |
1435+
|**connectionStringSetting** |**ConnectionStringSetting**|The name of the app setting containing your Azure Cosmos DB connection string. |
14361436
|**partitionKey**|**PartitionKey**|Specifies the partition key value for the lookup. May include binding parameters. It is required for lookups in [partitioned](../cosmos-db/partition-data.md#logical-partitions) collections.|
14371437
|**preferredLocations**| **PreferredLocations**| (Optional) Defines preferred locations (regions) for geo-replicated database accounts in the Azure Cosmos DB service. Values should be comma-separated. For example, "East US,South Central US,North Europe". |
14381438

0 commit comments

Comments
 (0)