Skip to content

Instantly share code, notes, and snippets.

@KevinDJones
Created October 25, 2018 05:16
Show Gist options
  • Save KevinDJones/03be7351d2eedf445d8c28f4d4bfcd74 to your computer and use it in GitHub Desktop.
Save KevinDJones/03be7351d2eedf445d8c28f4d4bfcd74 to your computer and use it in GitHub Desktop.
public class MessageMapping
{
public const string TableName = "SentMessages";
public string PartitionKey { get; set; }
public string RowKey { get; set; }
public string OrchestrationId { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment