Information about item collections, if any, that were affected by the operation. ItemCollectionMetrics is only returned if the request asked for it. If the table does not have any local secondary indexes, this information is not returned in the response.
Esempio n. 1
0
 /// <summary>
 /// Sets the ItemCollectionMetrics property
 /// </summary>
 /// <param name="itemCollectionMetrics">The value to set for the ItemCollectionMetrics property </param>
 /// <returns>this instance</returns>
 public DeleteItemResult WithItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
 {
     this.itemCollectionMetrics = itemCollectionMetrics;
     return(this);
 }
Esempio n. 2
0
 public UpdateItemResult WithItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
 {
     this.itemCollectionMetrics = itemCollectionMetrics;
     return this;
 }