Show / Hide Table of Contents

Class IosAppDataStream

A resource message representing a Google Analytics IOS app stream.

Inheritance
System.Object
IosAppDataStream
Implements
Google.Protobuf.IMessage<IosAppDataStream>
System.IEquatable<IosAppDataStream>
Google.Protobuf.IDeepCloneable<IosAppDataStream>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class IosAppDataStream : IMessage<IosAppDataStream>, IEquatable<IosAppDataStream>, IDeepCloneable<IosAppDataStream>, IBufferMessage, IMessage

Constructors

IosAppDataStream()

Declaration
public IosAppDataStream()

IosAppDataStream(IosAppDataStream)

Declaration
public IosAppDataStream(IosAppDataStream other)
Parameters
Type Name Description
IosAppDataStream other

Properties

BundleId

Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"

Declaration
public string BundleId { get; set; }
Property Value
Type Description
System.String

CreateTime

Output only. Time when this stream was originally created.

Declaration
public Timestamp CreateTime { get; set; }
Property Value
Type Description
Google.Protobuf.WellKnownTypes.Timestamp

DisplayName

Human-readable display name for the Data Stream.

The max allowed display name length is 255 UTF-16 code units.

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
System.String

FirebaseAppId

Output only. ID of the corresponding iOS app in Firebase, if any. This ID can change if the iOS app is deleted and recreated.

Declaration
public string FirebaseAppId { get; set; }
Property Value
Type Description
System.String

IosAppDataStreamName

IosAppDataStreamName-typed view over the Name resource name property.

Declaration
public IosAppDataStreamName IosAppDataStreamName { get; set; }
Property Value
Type Description
IosAppDataStreamName

Name

Output only. Resource name of this Data Stream. Format: properties/{property_id}/iosAppDataStreams/{stream_id} Example: "properties/1000/iosAppDataStreams/2000"

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

UpdateTime

Output only. Time when stream payload fields were last updated.

Declaration
public Timestamp UpdateTime { get; set; }
Property Value
Type Description
Google.Protobuf.WellKnownTypes.Timestamp
Back to top