示例#1
0
 /// <summary>
 /// Creates a map of attribute names mapped to ExpectedAttributeValue objects.
 /// </summary>
 /// <returns></returns>
 public Dictionary <string, ExpectedAttributeValue> ToExpectedAttributeMap(Document doc)
 {
     return(doc.ToExpectedAttributeMap(this.Conversion, this.StoreAsEpoch));
 }