Skip to content

Instantly share code, notes, and snippets.

@anna-geller
Created September 25, 2023 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anna-geller/1db78ffc652f26a9904959a0040ad73c to your computer and use it in GitHub Desktop.
Save anna-geller/1db78ffc652f26a9904959a0040ad73c to your computer and use it in GitHub Desktop.
[
{
"Data": {
"Event": "sign-in",
"Date": "2023-09-25T08:30:00"
},
"PartitionKey": "user42"
},
{
"Data": {
"Event": "log-in",
"Date": "2023-09-25T08:40:00"
},
"PartitionKey": "user42"
},
{
"Data": {
"Event": "sign-out",
"Date": "2023-09-25T17:45:00"
},
"PartitionKey": "user42"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment