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.
Implements
IMessageCSVOptions, IEquatableCSVOptions, IDeepCloneableCSVOptions, IBufferMessage, IMessageNamespace
Google.Cloud.StorageInsights.V1Assembly
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 |