cancel
Showing results for 
Search instead for 
Did you mean: 

"Openness" in DQL?

Evan44
Level 3

Hello DI/DQL community,

I am getting into some custom reporting with DQL and came across this sample query:

Get the name, size, active data size, percentage of data size that is active,

openness, and number of active users for each share

 

FROM msu

GET name, size, active_data_size,

(active_data_size*100/size) AS active_data_percent,

isopen, active_user_count;

 

My question is, what does 'openness' refer to in the description of this query?

 

Thanks,

Evan

1 ACCEPTED SOLUTION

Accepted Solutions

Rod_p1
Level 6
Employee Accredited Certified

Evan - that is whether the share is marked as an open share or not.

check in settings for the the policy in your environment as pictured below:

open_0.jpg

Rod

View solution in original post

1 REPLY 1

Rod_p1
Level 6
Employee Accredited Certified

Evan - that is whether the share is marked as an open share or not.

check in settings for the the policy in your environment as pictured below:

open_0.jpg

Rod