1

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?

Aniruddha Shinde
  • 124
  • 1
  • 2
  • 11
  • 1
    Does 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 Answers1

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