Skip to content

Commit 9af2f3f

Browse files
authored
Update configuration-reference.md (Azure#21019)
* Update configuration-reference.md * Fixing table syntax
1 parent 6f203d5 commit 9af2f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/cosmos/azure-cosmos-spark_3-1_2-12/docs/configuration-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Configuration Reference:
2020
| `spark.cosmos.useGatewayMode` | `false` | Use gateway mode for the client operations |
2121
| `spark.cosmos.read.forceEventualConsistency` | `true` | Makes the client use Eventual consistency for read operations instead of using the default account level consistency |
2222
| `spark.cosmos.applicationName` | None | Application name |
23-
| `spark.cosmos.preferredRegionsList` | None | Preferred regions list to be used for a multi region Cosmos DB account. This is a comma separated value (e.g., `[East US, West US]` or `East US, West US`) provided preferred regions will be used as hint. You should use a collocated spark cluster with your Cosmos DB account and pass the spark cluster region as preferred region. See list of azure regions [here](https://docs.microsoft.com/dotnet/api/microsoft.azure.documents.locationnames?view=azure-dotnet) |
23+
| `spark.cosmos.preferredRegionsList` | None | Preferred regions list to be used for a multi region Cosmos DB account. This is a comma separated value (e.g., `[East US, West US]` or `East US, West US`) provided preferred regions will be used as hint. You should use a collocated spark cluster with your Cosmos DB account and pass the spark cluster region as preferred region. See list of azure regions [here](https://docs.microsoft.com/dotnet/api/microsoft.azure.documents.locationnames?view=azure-dotnet&preserve-view=true) |
2424

2525
### Write Config
2626

@@ -59,7 +59,7 @@ When doing read operations, users can specify a custom schema or allow the conne
5959
| Config Property Name | Default | Description |
6060
| :--- | :---- | :--- |
6161
| `spark.cosmos.partitioning.strategy` | `Default` | The partitioning strategy used (Default, Custom, Restrictive or Aggressive) |
62-
| `spark.cosmos.partitioning.targetedCount` | None | The targeted Partition Count. This parameter is optional and ignored unless strategy==Custom is used. In this case the Spark Connector won't dynamically calculate number of partitions but stick with this value. | |
62+
| `spark.cosmos.partitioning.targetedCount` | None | The targeted Partition Count. This parameter is optional and ignored unless strategy==Custom is used. In this case the Spark Connector won't dynamically calculate number of partitions but stick with this value. |
6363

6464
### Throughput Control Config
6565

0 commit comments

Comments
 (0)