Amazon.SimpleDB.AmazonSimpleDBClient.BatchDeleteAttributes C# (CSharp) Method

BatchDeleteAttributes() public method

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.

The following limitations are enforced for this operation:

  • 1 MB request size
  • 25 item limit per BatchDeleteAttributes operation

public BatchDeleteAttributes ( BatchDeleteAttributesRequest request ) : Amazon.SimpleDB.Model.BatchDeleteAttributesResponse
request Amazon.SimpleDB.Model.BatchDeleteAttributesRequest Container for the necessary parameters to execute the BatchDeleteAttributes service method.
return Amazon.SimpleDB.Model.BatchDeleteAttributesResponse
        public BatchDeleteAttributesResponse BatchDeleteAttributes(BatchDeleteAttributesRequest request)
        {
            var marshaller = new BatchDeleteAttributesRequestMarshaller();
            var unmarshaller = BatchDeleteAttributesResponseUnmarshaller.Instance;

            return Invoke<BatchDeleteAttributesRequest,BatchDeleteAttributesResponse>(request, marshaller, unmarshaller);
        }