Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataFeed

Package version

Represents a Metrics Advisor data feed.

Hierarchy

  • DataFeed

Index

Properties

createdTime

createdTime: Date

Time when the data feed is created

creator

creator: string

data feed creator

granularity

granularity: DataFeedGranularity

Granularity of the data feed.

id

id: string

Unique id of the data feed.

ingestionSettings

ingestionSettings: DataFeedIngestionSettings

Ingestion settings for the data feed.

isAdmin

isAdmin: boolean

Indicates whether the current user is an aministrator of the data feed.

metricIds

metricIds: string[]

Ids of the metrics in the data feed.

name

name: string

Name of the data feed.

Optional options

Optional configurations for the data feed.

schema

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

source

Source of the data feed.

status

status: "Paused" | "Active"

Status of the data feed.

Generated using TypeDoc