Advisory Notifications v1 API - Class Csv (1.6.0)

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

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

A representation of a CSV file attachment, as a list of column headers and a list of data rows.

Inheritance

object > Csv

Namespace

Google.Cloud.AdvisoryNotifications.V1

Assembly

Google.Cloud.AdvisoryNotifications.V1.dll

Constructors

Csv()

public Csv()

Csv(Csv)

public Csv(Csv other)
Parameter
NameDescription
otherCsv

Properties

DataRows

public RepeatedField<Csv.Types.CsvRow> DataRows { get; }

The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.

Property Value
TypeDescription
RepeatedFieldCsvTypesCsvRow

Headers

public RepeatedField<string> Headers { get; }

The list of headers for data columns in a CSV file.

Property Value
TypeDescription
RepeatedFieldstring