mongodb_collection_partition_merges
Creates, updates, deletes, gets or lists a mongodb_collection_partition_merges
resource.
Overview
Name | mongodb_collection_partition_merges |
Type | Resource |
Id | azure.cosmos_db.mongodb_collection_partition_merges |
Fields
Name | Datatype | Description |
---|---|---|
physicalPartitionStorageInfoCollection | array | List of physical partitions and their properties. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | accountName, collectionName, databaseName, resourceGroupName, subscriptionId | Merges the partitions of a MongoDB Collection |
SELECT
examples
Merges the partitions of a MongoDB Collection
SELECT
physicalPartitionStorageInfoCollection
FROM azure.cosmos_db.mongodb_collection_partition_merges
WHERE accountName = '{{ accountName }}'
AND collectionName = '{{ collectionName }}'
AND databaseName = '{{ databaseName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';