simpledb_batch_delete_attributes: Performs multiple DeleteAttributes operations in a single...

View source: R/simpledb_operations.R

simpledb_batch_delete_attributesR Documentation

Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies

Description

Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies. This enables Amazon SimpleDB to optimize requests, which generally yields better throughput.

See https://www.paws-r-sdk.com/docs/simpledb_batch_delete_attributes/ for full documentation.

Usage

simpledb_batch_delete_attributes(DomainName, Items)

Arguments

DomainName

[required] The name of the domain in which the attributes are being deleted.

Items

[required] A list of items on which to perform the operation.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.