Cloud Channel v1 API - Class Row (2.11.0)

[Obsolete]
public sealed class Row : IMessage<Row>, IEquatable<Row>, IDeepCloneable<Row>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class Row.

A row of report values.

Inheritance

object > Row

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

Row()

public Row()

Row(Row)

public Row(Row other)
Parameter
NameDescription
otherRow

Properties

PartitionKey

public string PartitionKey { get; set; }

The key for the partition this row belongs to. This field is empty if the report is not partitioned.

Property Value
TypeDescription
string

Values

[Obsolete]
public RepeatedField<ReportValue> Values { get; }

The list of values in the row.

Property Value
TypeDescription
RepeatedFieldReportValue