Show / Hide Table of Contents

Class DataStream

A resource message representing a data stream.

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

Constructors

DataStream()

Declaration
public DataStream()

DataStream(DataStream)

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

Properties

AndroidAppStreamData

Data specific to Android app streams. Must be populated if type is ANDROID_APP_DATA_STREAM.

Declaration
public DataStream.Types.AndroidAppStreamData AndroidAppStreamData { get; set; }
Property Value
Type Description
DataStream.Types.AndroidAppStreamData

CreateTime

Output only. Time when this stream was originally created.

Declaration
public Timestamp CreateTime { get; set; }
Property Value
Type Description
Timestamp

DataStreamName

DataStreamName-typed view over the Name resource name property.

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

DisplayName

Human-readable display name for the Data Stream.

Required for web data streams.

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

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

IosAppStreamData

Data specific to iOS app streams. Must be populated if type is IOS_APP_DATA_STREAM.

Declaration
public DataStream.Types.IosAppStreamData IosAppStreamData { get; set; }
Property Value
Type Description
DataStream.Types.IosAppStreamData

Name

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

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

StreamDataCase

Declaration
public DataStream.StreamDataOneofCase StreamDataCase { get; }
Property Value
Type Description
DataStream.StreamDataOneofCase

Type

Required. Immutable. The type of this DataStream resource.

Declaration
public DataStream.Types.DataStreamType Type { get; set; }
Property Value
Type Description
DataStream.Types.DataStreamType

UpdateTime

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

Declaration
public Timestamp UpdateTime { get; set; }
Property Value
Type Description
Timestamp

WebStreamData

Data specific to web streams. Must be populated if type is WEB_DATA_STREAM.

Declaration
public DataStream.Types.WebStreamData WebStreamData { get; set; }
Property Value
Type Description
DataStream.Types.WebStreamData
In this article
Back to top Generated by DocFX