Viam SDK
    Preparing search index...

    Enumeration TabularDataSourceType

    TabularDataSourceType specifies the data source type for TabularDataByMQL queries.

    from enum viam.app.data.v1.TabularDataSourceType

    Index

    Enumeration Members

    HOT_STORAGE: 2

    TABULAR_DATA_SOURCE_TYPE_HOT_STORAGE indicates reading from hot storage. This is a premium feature requiring opting in specific data sources. See docs at https://docs.viam.com/data-ai/capture-data/advanced/advanced-data-capture-sync/#capture-to-the-hot-data-store

    from enum value: TABULAR_DATA_SOURCE_TYPE_HOT_STORAGE = 2;

    PIPELINE_SINK: 3

    TABULAR_DATA_SOURCE_TYPE_PIPELINE_SINK indicates reading the output data of a data pipeline. When using this, a pipeline ID needs to be specified.

    from enum value: TABULAR_DATA_SOURCE_TYPE_PIPELINE_SINK = 3;

    STANDARD: 1

    TABULAR_DATA_SOURCE_TYPE_STANDARD indicates reading from standard storage. This is the default option and available for all data synced to Viam.

    from enum value: TABULAR_DATA_SOURCE_TYPE_STANDARD = 1;

    UNSPECIFIED: 0

    from enum value: TABULAR_DATA_SOURCE_TYPE_UNSPECIFIED = 0;