Skip to content

Commit 13f04c7

Browse files
committed
Fixing partitionkey none property
1 parent f542767 commit 13f04c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/migrate-containers-partitioned-to-nonpartitioned.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ While the container definition is enhanced with a partition key property, the do
9494

9595
## Access documents that don't have a partition key
9696

97-
Applications can access the existing documents that dont have a partition key by using the special system property called "CosmosContainerSettings.NonePartitionKeyValue", this is the value of the non-migrated documents. You can use this property in all the CRUD and query operations. The following example shows a sample to read a single Document from the NonePartitionKey.
97+
Applications can access the existing documents that dont have a partition key by using the special system property called "PartitionKey.None", this is the value of the non-migrated documents. You can use this property in all the CRUD and query operations. The following example shows a sample to read a single Document from the NonePartitionKey.
9898

9999
```csharp
100100
CosmosItemResponse<DeviceInformationItem> readResponse =

0 commit comments

Comments
 (0)