Database Reference
In-Depth Information
},
{ "country", new AttributeValue { S =
"USA" } },
{ "topics", new AttributeValue { SS = new
List<string> { "Hadoop", "Cloud" } } }
}
}
},
new WriteRequest
{
DeleteRequest = new DeleteRequest
{
Key = new
Dictionary<string,AttributeValue>()
{
{ "authId", new AttributeValue { N =
"5002" } }
}
}
}
}
}
}
};
response = client.BatchWriteItem(request);
Search WWH ::




Custom Search