UpsertRow(ReminderEntry)
public Task<string?> UpsertRow(ReminderEntry entry) Inserts or replaces a reminder entry.
Parameters
entryReminderEntry- The reminder entry to store.
Returns
The new entity tag when the write succeeds; otherwise,
null.Exceptions
System.ArgumentNullExceptionentryisnull.
