Google Cloud Storage Insights v1 API - Class CSVOptions (1.3.0)

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

Reference documentation and code samples for the Google Cloud Storage Insights v1 API class CSVOptions.

Options to configure CSV formatted reports.

Inheritance

object > CSVOptions

Namespace

Google.Cloud.StorageInsights.V1

Assembly

Google.Cloud.StorageInsights.V1.dll

Constructors

CSVOptions()

public CSVOptions()

CSVOptions(CSVOptions)

public CSVOptions(CSVOptions other)
Parameter
Name Description
other CSVOptions

Properties

Delimiter

public string Delimiter { get; set; }

Delimiter characters in CSV.

Property Value
Type Description
string

HeaderRequired

public bool HeaderRequired { get; set; }

If set, will include a header row in the CSV report.

Property Value
Type Description
bool

RecordSeparator

public string RecordSeparator { get; set; }

Record separator characters in CSV.

Property Value
Type Description
string