Skip to content

Instantly share code, notes, and snippets.

@igorkulman
Created June 20, 2013 11:38
Show Gist options
  • Save igorkulman/5822050 to your computer and use it in GitHub Desktop.
Save igorkulman/5822050 to your computer and use it in GitHub Desktop.
[<CLIMutable>]
[<DataServiceKey("PartitionKey", "RowKey")>]
type LogEntity =
{
Message: string
Timestamp: DateTime
Severity: string
PartitionKey: string
RowKey: string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment