Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
common
apis
reflections
FieldDistribution
Interface FieldDistribution
Field distribution result
interface
FieldDistribution
{
field_name
:
string
;
sample_values
:
any
[]
;
total_events_with_field
:
number
;
unique_values
:
number
;
value_counts
:
Record
<
string
,
number
>
;
}
Index
Properties
field_
name
sample_
values
total_
events_
with_
field
unique_
values
value_
counts
Properties
field_
name
field_
name
:
string
sample_
values
sample_
values
:
any
[]
total_
events_
with_
field
total_
events_
with_
field
:
number
unique_
values
unique_
values
:
number
value_
counts
value_
counts
:
Record
<
string
,
number
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
field_
name
sample_
values
total_
events_
with_
field
unique_
values
value_
counts
Tidyscripts Docs
Loading...
Field distribution result