Schedule Table
| 
                                                         Column Name  | 
                                                    
                                                         Definition  | 
                                                
| 
                                                         Name (string)  | 
                                                    
                                                         The unique name of the schedule. Schedule names can only contain letters, digits, spaces, underscores, and/or dashes.  | 
                                                
| 
                                                         Rules (string)  | 
                                                    
                                                         The name(s) of the rule(s) that define the schedules. Multiple rule names must be separated by commas.  | 
                                                
| 
                                                         Enabled (boolean)  | 
                                                    
                                                         Set to true to enable the schedule. Set to false to disable all queries that use the schedule.  | 
                                                
| 
                                                         Description (string)  | 
                                                    
                                                         The description of the schedule.  | 
                                                
Example of Schedule Table Using Rules Defined Above
| 
                                                         Name  | 
                                                    
                                                         Rules  | 
                                                    
                                                         Enabled  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         Weekday30 9to5  | 
                                                    
                                                         workdays_30m, lunch_hour_ex, holidays_ex  | 
                                                    
                                                         true  | 
                                                    
                                                         weekdays @30 minutes from 9-5, except lunch & holidays  | 
                                                
| 
                                                         AllWeek  | 
                                                    
                                                         workdays_30m, weekends_9_12_15  | 
                                                    
                                                         true  | 
                                                    
                                                         weekdays @30minutes from 9-5 & noon & 3pm, weekends @ 9 & noon & 3pm  | 
                                                
| 
                                                         test_timezone  | 
                                                    
                                                         workdays30m_central  | 
                                                    
                                                         true  | 
                                                    
                                                         weekdays 9-5, in central timezone  |