Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataFeedPatch

Package version

Represents the input type to the Update Data Feed operation.

Hierarchy

  • DataFeedPatch

Index

Properties

Optional ingestionSettings

ingestionSettings: DataFeedIngestionSettings

Ingestion settings for the data feed.

Optional name

name: undefined | string

Name of the data feed

Optional options

options: DataFeedOptions & { status?: DataFeedDetailStatus }

Optional configurations for the data feed.

Optional schema

schema: undefined | { timestampColumn?: undefined | string }

Schema of the data in the data feed, including names of metrics, dimensions, and timestamp columns.

source

Source of the data feed.

Generated using TypeDoc