Created
September 25, 2023 21:36
-
-
Save anna-geller/0b8ca0df9f4af137fc92346b360be4a7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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