public sealed class ExportClusterRequest.Types.CsvExportOptions : IMessage<ExportClusterRequest.Types.CsvExportOptions>, IEquatable<ExportClusterRequest.Types.CsvExportOptions>, IDeepCloneable<ExportClusterRequest.Types.CsvExportOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class ExportClusterRequest.Types.CsvExportOptions.
Options for exporting data in CSV format.
Implements
IMessageExportClusterRequestTypesCsvExportOptions, IEquatableExportClusterRequestTypesCsvExportOptions, IDeepCloneableExportClusterRequestTypesCsvExportOptions, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.dll
Constructors
CsvExportOptions()
public CsvExportOptions()
CsvExportOptions(CsvExportOptions)
public CsvExportOptions(ExportClusterRequest.Types.CsvExportOptions other)
Parameter | |
---|---|
Name | Description |
other |
ExportClusterRequestTypesCsvExportOptions |
Properties
EscapeCharacter
public string EscapeCharacter { get; set; }
Optional. Specifies the character that should appear before a data character that needs to be escaped. The default is the same as quote character. The value of this argument has to be a character in Hex ASCII Code.
Property Value | |
---|---|
Type | Description |
string |
FieldDelimiter
public string FieldDelimiter { get; set; }
Optional. Specifies the character that separates columns within each row (line) of the file. The default is comma. The value of this argument has to be a character in Hex ASCII Code.
Property Value | |
---|---|
Type | Description |
string |
QuoteCharacter
public string QuoteCharacter { get; set; }
Optional. Specifies the quoting character to be used when a data value is quoted. The default is double-quote. The value of this argument has to be a character in Hex ASCII Code.
Property Value | |
---|---|
Type | Description |
string |
SelectQuery
public string SelectQuery { get; set; }
Required. The SELECT query used to extract the data.
Property Value | |
---|---|
Type | Description |
string |