Click or drag to resize
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.Azure
Assembly: AccidentalFish.ApplicationSupport.Owin.Azure (in AccidentalFish.ApplicationSupport.Owin.Azure.dll) Version: 0.9.0.0 (0.9.0.0)
Syntax
public enum LogByDateGranularityEnum
Members
  Member nameValueDescription
Day0 Group the partition key by day
Hour1 Group the partition key by hour
Minute2 Group the partition key by minute
Second3 Group the partition key by second
See Also