@azure/cosmos 4.4.1-alpha.20250606.2 → 4.4.1-alpha.20250609.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/documents/PartitionKeyDefinition.d.ts +1 -1
- package/dist/browser/documents/PartitionKeyDefinition.js.map +1 -1
- package/dist/commonjs/documents/PartitionKeyDefinition.d.ts +1 -1
- package/dist/commonjs/documents/PartitionKeyDefinition.js.map +1 -1
- package/dist/esm/documents/PartitionKeyDefinition.d.ts +1 -1
- package/dist/esm/documents/PartitionKeyDefinition.js.map +1 -1
- package/dist/react-native/documents/PartitionKeyDefinition.d.ts +1 -1
- package/dist/react-native/documents/PartitionKeyDefinition.js.map +1 -1
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ export interface PartitionKeyDefinition {
|
|
|
9
9
|
paths: string[];
|
|
10
10
|
/**
|
|
11
11
|
* An optional field, if not specified the default value is 1. To use the large partition key set the version to 2.
|
|
12
|
-
* To learn about large partition keys, see [how to create containers with large partition key](https://learn.microsoft.com/
|
|
12
|
+
* To learn about large partition keys, see [how to create containers with large partition key](https://learn.microsoft.com/azure/cosmos-db/large-partition-keys) article.
|
|
13
13
|
*/
|
|
14
14
|
version?: PartitionKeyDefinitionVersion;
|
|
15
15
|
systemKey?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PartitionKeyDefinition.js","sourceRoot":"","sources":["../../../src/documents/PartitionKeyDefinition.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\nimport type { PartitionKeyDefinitionVersion } from \"./PartitionKeyDefinitionVersion.js\";\nimport type { PartitionKeyKind } from \"./PartitionKeyKind.js\";\n\nexport interface PartitionKeyDefinition {\n /**\n * An array of paths for which data within the collection can be partitioned. Paths must not contain a wildcard or\n * a trailing slash. For example, the JSON property “AccountNumber” is specified as “/AccountNumber”. The array must\n * contain only a single value.\n */\n paths: string[];\n /**\n * An optional field, if not specified the default value is 1. To use the large partition key set the version to 2.\n * To learn about large partition keys, see [how to create containers with large partition key](https://learn.microsoft.com/
|
|
1
|
+
{"version":3,"file":"PartitionKeyDefinition.js","sourceRoot":"","sources":["../../../src/documents/PartitionKeyDefinition.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\nimport type { PartitionKeyDefinitionVersion } from \"./PartitionKeyDefinitionVersion.js\";\nimport type { PartitionKeyKind } from \"./PartitionKeyKind.js\";\n\nexport interface PartitionKeyDefinition {\n /**\n * An array of paths for which data within the collection can be partitioned. Paths must not contain a wildcard or\n * a trailing slash. For example, the JSON property “AccountNumber” is specified as “/AccountNumber”. The array must\n * contain only a single value.\n */\n paths: string[];\n /**\n * An optional field, if not specified the default value is 1. To use the large partition key set the version to 2.\n * To learn about large partition keys, see [how to create containers with large partition key](https://learn.microsoft.com/azure/cosmos-db/large-partition-keys) article.\n */\n version?: PartitionKeyDefinitionVersion;\n systemKey?: boolean;\n /**\n * What kind of partition key is being defined (default: \"Hash\")\n */\n kind?: PartitionKeyKind;\n}\n"]}
|
|
@@ -9,7 +9,7 @@ export interface PartitionKeyDefinition {
|
|
|
9
9
|
paths: string[];
|
|
10
10
|
/**
|
|
11
11
|
* An optional field, if not specified the default value is 1. To use the large partition key set the version to 2.
|
|
12
|
-
* To learn about large partition keys, see [how to create containers with large partition key](https://learn.microsoft.com/
|
|
12
|
+
* To learn about large partition keys, see [how to create containers with large partition key](https://learn.microsoft.com/azure/cosmos-db/large-partition-keys) article.
|
|
13
13
|
*/
|
|
14
14
|
version?: PartitionKeyDefinitionVersion;
|
|
15
15
|
systemKey?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PartitionKeyDefinition.js","sourceRoot":"","sources":["../../../src/documents/PartitionKeyDefinition.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\nimport type { PartitionKeyDefinitionVersion } from \"./PartitionKeyDefinitionVersion.js\";\nimport type { PartitionKeyKind } from \"./PartitionKeyKind.js\";\n\nexport interface PartitionKeyDefinition {\n /**\n * An array of paths for which data within the collection can be partitioned. Paths must not contain a wildcard or\n * a trailing slash. For example, the JSON property “AccountNumber” is specified as “/AccountNumber”. The array must\n * contain only a single value.\n */\n paths: string[];\n /**\n * An optional field, if not specified the default value is 1. To use the large partition key set the version to 2.\n * To learn about large partition keys, see [how to create containers with large partition key](https://learn.microsoft.com/
|
|
1
|
+
{"version":3,"file":"PartitionKeyDefinition.js","sourceRoot":"","sources":["../../../src/documents/PartitionKeyDefinition.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\nimport type { PartitionKeyDefinitionVersion } from \"./PartitionKeyDefinitionVersion.js\";\nimport type { PartitionKeyKind } from \"./PartitionKeyKind.js\";\n\nexport interface PartitionKeyDefinition {\n /**\n * An array of paths for which data within the collection can be partitioned. Paths must not contain a wildcard or\n * a trailing slash. For example, the JSON property “AccountNumber” is specified as “/AccountNumber”. The array must\n * contain only a single value.\n */\n paths: string[];\n /**\n * An optional field, if not specified the default value is 1. To use the large partition key set the version to 2.\n * To learn about large partition keys, see [how to create containers with large partition key](https://learn.microsoft.com/azure/cosmos-db/large-partition-keys) article.\n */\n version?: PartitionKeyDefinitionVersion;\n systemKey?: boolean;\n /**\n * What kind of partition key is being defined (default: \"Hash\")\n */\n kind?: PartitionKeyKind;\n}\n"]}
|
|
@@ -9,7 +9,7 @@ export interface PartitionKeyDefinition {
|
|
|
9
9
|
paths: string[];
|
|
10
10
|
/**
|
|
11
11
|
* An optional field, if not specified the default value is 1. To use the large partition key set the version to 2.
|
|
12
|
-
* To learn about large partition keys, see [how to create containers with large partition key](https://learn.microsoft.com/
|
|
12
|
+
* To learn about large partition keys, see [how to create containers with large partition key](https://learn.microsoft.com/azure/cosmos-db/large-partition-keys) article.
|
|
13
13
|
*/
|
|
14
14
|
version?: PartitionKeyDefinitionVersion;
|
|
15
15
|
systemKey?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PartitionKeyDefinition.js","sourceRoot":"","sources":["../../../src/documents/PartitionKeyDefinition.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\nimport type { PartitionKeyDefinitionVersion } from \"./PartitionKeyDefinitionVersion.js\";\nimport type { PartitionKeyKind } from \"./PartitionKeyKind.js\";\n\nexport interface PartitionKeyDefinition {\n /**\n * An array of paths for which data within the collection can be partitioned. Paths must not contain a wildcard or\n * a trailing slash. For example, the JSON property “AccountNumber” is specified as “/AccountNumber”. The array must\n * contain only a single value.\n */\n paths: string[];\n /**\n * An optional field, if not specified the default value is 1. To use the large partition key set the version to 2.\n * To learn about large partition keys, see [how to create containers with large partition key](https://learn.microsoft.com/
|
|
1
|
+
{"version":3,"file":"PartitionKeyDefinition.js","sourceRoot":"","sources":["../../../src/documents/PartitionKeyDefinition.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\nimport type { PartitionKeyDefinitionVersion } from \"./PartitionKeyDefinitionVersion.js\";\nimport type { PartitionKeyKind } from \"./PartitionKeyKind.js\";\n\nexport interface PartitionKeyDefinition {\n /**\n * An array of paths for which data within the collection can be partitioned. Paths must not contain a wildcard or\n * a trailing slash. For example, the JSON property “AccountNumber” is specified as “/AccountNumber”. The array must\n * contain only a single value.\n */\n paths: string[];\n /**\n * An optional field, if not specified the default value is 1. To use the large partition key set the version to 2.\n * To learn about large partition keys, see [how to create containers with large partition key](https://learn.microsoft.com/azure/cosmos-db/large-partition-keys) article.\n */\n version?: PartitionKeyDefinitionVersion;\n systemKey?: boolean;\n /**\n * What kind of partition key is being defined (default: \"Hash\")\n */\n kind?: PartitionKeyKind;\n}\n"]}
|
|
@@ -9,7 +9,7 @@ export interface PartitionKeyDefinition {
|
|
|
9
9
|
paths: string[];
|
|
10
10
|
/**
|
|
11
11
|
* An optional field, if not specified the default value is 1. To use the large partition key set the version to 2.
|
|
12
|
-
* To learn about large partition keys, see [how to create containers with large partition key](https://learn.microsoft.com/
|
|
12
|
+
* To learn about large partition keys, see [how to create containers with large partition key](https://learn.microsoft.com/azure/cosmos-db/large-partition-keys) article.
|
|
13
13
|
*/
|
|
14
14
|
version?: PartitionKeyDefinitionVersion;
|
|
15
15
|
systemKey?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PartitionKeyDefinition.js","sourceRoot":"","sources":["../../../src/documents/PartitionKeyDefinition.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\nimport type { PartitionKeyDefinitionVersion } from \"./PartitionKeyDefinitionVersion.js\";\nimport type { PartitionKeyKind } from \"./PartitionKeyKind.js\";\n\nexport interface PartitionKeyDefinition {\n /**\n * An array of paths for which data within the collection can be partitioned. Paths must not contain a wildcard or\n * a trailing slash. For example, the JSON property “AccountNumber” is specified as “/AccountNumber”. The array must\n * contain only a single value.\n */\n paths: string[];\n /**\n * An optional field, if not specified the default value is 1. To use the large partition key set the version to 2.\n * To learn about large partition keys, see [how to create containers with large partition key](https://learn.microsoft.com/
|
|
1
|
+
{"version":3,"file":"PartitionKeyDefinition.js","sourceRoot":"","sources":["../../../src/documents/PartitionKeyDefinition.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\nimport type { PartitionKeyDefinitionVersion } from \"./PartitionKeyDefinitionVersion.js\";\nimport type { PartitionKeyKind } from \"./PartitionKeyKind.js\";\n\nexport interface PartitionKeyDefinition {\n /**\n * An array of paths for which data within the collection can be partitioned. Paths must not contain a wildcard or\n * a trailing slash. For example, the JSON property “AccountNumber” is specified as “/AccountNumber”. The array must\n * contain only a single value.\n */\n paths: string[];\n /**\n * An optional field, if not specified the default value is 1. To use the large partition key set the version to 2.\n * To learn about large partition keys, see [how to create containers with large partition key](https://learn.microsoft.com/azure/cosmos-db/large-partition-keys) article.\n */\n version?: PartitionKeyDefinitionVersion;\n systemKey?: boolean;\n /**\n * What kind of partition key is being defined (default: \"Hash\")\n */\n kind?: PartitionKeyKind;\n}\n"]}
|