コード例 #1
0
 /// <summary>
 /// Gets the record count.  This method may be slow if there is a high volume of
 /// data across many partitions
 /// </summary>
 /// <returns>System.Int32.</returns>
 public int GetRecordCount()
 {
     return(_tableStore.GetRecordCount());
 }