pub async fn execute_batch(
client: &CosmosDBClient,
partition_key: &str,
operations: Vec<BatchOperation>,
) -> Result<Vec<BatchOperationResult>, ProviderError>Expand description
Execute a transactional batch and return results.
pub async fn execute_batch(
client: &CosmosDBClient,
partition_key: &str,
operations: Vec<BatchOperation>,
) -> Result<Vec<BatchOperationResult>, ProviderError>Execute a transactional batch and return results.