LogByDateGranularityEnum Enumeration |
Sets the level of granularity on the partition key of the httprequestbydatedescending table. Busier your site likely the more granular you want
this to be.
Namespace: AccidentalFish.ApplicationSupport.Owin.AzureAssembly: AccidentalFish.ApplicationSupport.Owin.Azure (in AccidentalFish.ApplicationSupport.Owin.Azure.dll) Version: 0.9.0.0 (0.9.0.0)
Syntaxpublic enum LogByDateGranularityEnum
Public Enumeration LogByDateGranularityEnum
Members
| Member name | Value | Description |
---|
| Day | 0 |
Group the partition key by day
|
| Hour | 1 |
Group the partition key by hour
|
| Minute | 2 |
Group the partition key by minute
|
| Second | 3 |
Group the partition key by second
|
See Also