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.
コード例 #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);
 }
コード例 #2
0
 public UpdateItemResult WithItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
 {
     this.itemCollectionMetrics = itemCollectionMetrics;
     return this;
 }