ADO.NET Provider for Google Analytics

Build 26.0.9663

PropertiesDataStreams

Lists all data streams under a property to which the user has access. Attribute Parent (e.g: 'properties/123') or Name (e.g: 'properties/123/webDataStreams/456') is required to query the table.

Select

本製品 は Google Analytics API を使用して、以下のカラムと演算子で構築された WHERE 句条件を処理します:

  • Parent は次の演算子をサポートします:=
  • Name は次の演算子をサポートします:=
リクエストを行うには Name または Parent が必要です。例えば、次のクエリはサーバーサイドで処理されます。
	SELECT * FROM PropertiesDataStreams WHERE Parent = 'properties/123'
	SELECT * FROM PropertiesDataStreams WHERE Name =   'properties/123/webDataStreams/456'
その他のフィルタはクライアントサイドで 本製品 内部で処理されます。

Columns

Name Type Dimension DefaultMetric DefaultDimension Description
CreateTime Datetime Time the stream was created.
DisplayName String Display name for the data stream.
Name String Web data stream name.
Parent String Name of the web data stream's logical parent.
Type String The type of this DataStream resource. Possible values are DATA_STREAM_TYPE_UNSPECIFIED, WEB_DATA_STREAM, ANDROID_APP_DATA_STREAM, IOS_APP_DATA_STREAM
webStreamData String Data specific to web streams.
androidAppStreamData String Data specific to Android app streams.
iosAppStreamData String Data specific to iOS app streams.
UpdateTime Datetime Time the stream was last modified.
PropertyId Integer Property ID value to be used when querying this table.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9663