You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I have a question, what exactly is removed property of a Log type? what is it used for? what does it indicate?
I really couldnt find any docs for it except a single line doc on the property definition itself, which says "true if filter was destroyed", what does that mean?
for example if I use client.getLogs() to get some logs, what would removed property indicate for each of the logs I get?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, I have a question, what exactly is
removed
property of aLog
type? what is it used for? what does it indicate?I really couldnt find any docs for it except a single line doc on the property definition itself, which says "true if filter was destroyed", what does that mean?
for example if I use
client.getLogs()
to get some logs, what wouldremoved
property indicate for each of the logs I get?Beta Was this translation helpful? Give feedback.
All reactions