Resource Monitor is First-Class Object as described by Snowflake documentation ; i didn't understand what first class mean,what exactly first-class object mean?
            Asked
            
        
        
            Active
            
        
            Viewed 707 times
        
    1
            
            
        - 
                    1Does this answer your question? [What are "first class" objects?](https://stackoverflow.com/questions/245192/what-are-first-class-objects) – Eyeslandic Dec 18 '20 at 08:32
1 Answers
2
            "First class object" simply means that your object exists independently.
According to the answer here (What are "first class" objects?), a first class object is an object that can be "dynamically created, destroyed, [...]"
 
    
    
        Marcel
        
- 2,454
- 1
- 5
- 13
