Advisory Notifications v1 API - Class Csv.Types.CsvRow (1.6.0)

public sealed class Csv.Types.CsvRow : IMessage<Csv.Types.CsvRow>, IEquatable<Csv.Types.CsvRow>, IDeepCloneable<Csv.Types.CsvRow>, IBufferMessage, IMessage

Reference documentation and code samples for the Advisory Notifications v1 API class Csv.Types.CsvRow.

A representation of a single data row in a CSV file.

Inheritance

object > Csv.Types.CsvRow

Namespace

Google.Cloud.AdvisoryNotifications.V1

Assembly

Google.Cloud.AdvisoryNotifications.V1.dll

Constructors

CsvRow()

public CsvRow()

CsvRow(CsvRow)

public CsvRow(Csv.Types.CsvRow other)
Parameter
NameDescription
otherCsvTypesCsvRow

Properties

Entries

public RepeatedField<string> Entries { get; }

The data entries in a CSV file row, as a string array rather than a single comma-separated string.

Property Value
TypeDescription
RepeatedFieldstring