Tableau Embedding API
    Preparing search index...

    Enumeration IncludeDataValuesOption

    Enum that serves as a filter on the DataValues returned from getSummaryDataReaderAsync, getUnderlyingTableDataReaderAsync and getLogicalTableDataReaderAsync. This is an optimization of returned data values only. Tableau versions prior to 2021.2 will pass the data across and populate the DataValue properties. Please note that all properties not requested will be undefined in the DataValue results.

    Index

    Enumeration Members

    AllValues: "all-values"

    DataValues will include all properties.

    OnlyFormattedValues: "only-formatted-values"

    DataValues will only include formattedValue properties.

    OnlyNativeValues: "only-native-values"

    DataValues will only include value and nativeValue properties.