PropertiesIosAppDataStreams
Lists all child iOS app data streams under a property to which the user has access. Attribute Parent (e.g: 'properties/123') or Name (e.g: 'properties/123/iosAppDataStreams/456') is required to query the table.
Table Specific Information
Select
Lists all child iOS app data streams under a property to which the user has access. The provider will use the GoogleAnalytics4 API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the provider. Value for attribute Parent or Name is required to query this table.
- Parent support the following operators: =
- Name support the following operators: =
SELECT * FROM PropertiesIosAppDataStreams WHERE Parent = 'properties/123' SELECT * FROM PropertiesIosAppDataStreams WHERE Name = 'properties/123/iosAppDataStreams/456'
Columns
Name | Type | ReadOnly | Description |
BundleId | String | True |
The Apple App Store Bundle ID for the app. |
CreateTime | Datetime | True |
Time the stream was created. |
DisplayName | String | True |
Display name for the data stream. |
FirebaseAppId | String | True |
ID of the corresponding iOS app in Firebase (if any). |
Name | String | True |
iOS app data stream name. |
Parent | String | True |
Name of the iOS app data stream's logical parent. |
UpdateTime | Datetime | True |
Time the stream was last modified. |