Example #1
0
 public static Task DeleteItemAsync(this IStargate gate, string table, string row, string column = null, string qualifier = null,
                                    long?timestamp = null)
 {
     return(gate.DeleteItemAsync(BuildIdentifier(table, row, column, qualifier, timestamp)));
 }