Cloud Channel v1 API - Class Row (2.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
[Obsolete]
public sealed class Row:IMessage<Row>, IEquatable<Row>, IDeepCloneable<Row>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class Row.
A row of report values.
Namespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
Row()
public Row()Row(Row)
public Row(Row other)| Parameter | |
|---|---|
| Name | Description |
other |
Row |
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 | |
|---|---|
| Type | Description |
string |
|
Values
[Obsolete]
public RepeatedField<ReportValue> Values { get; }The list of values in the row.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField ReportValue |
|