Interface CfnDataSetPropsMixin.IUploadSettingsProperty
Information about the format for a source file or files.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDataSetPropsMixin.IUploadSettingsProperty
Syntax (vb)
Public Interface CfnDataSetPropsMixin.IUploadSettingsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var uploadSettingsProperty = new UploadSettingsProperty {
ContainsHeader = false,
Delimiter = "delimiter",
Format = "format",
StartFromRow = 123,
TextQualifier = "textQualifier"
};
Synopsis
Properties
| ContainsHeader | Whether the file has a header row, or the files each have a header row. |
| Delimiter | The delimiter between values in the file. |
| Format | File format. |
| StartFromRow | A row number to start reading data from. |
| TextQualifier | Text qualifier. |
Properties
ContainsHeader
Whether the file has a header row, or the files each have a header row.
object? ContainsHeader { get; }
Property Value
Remarks
Delimiter
The delimiter between values in the file.
string? Delimiter { get; }
Property Value
Remarks
Format
File format.
string? Format { get; }
Property Value
Remarks
StartFromRow
A row number to start reading data from.
double? StartFromRow { get; }
Property Value
Remarks
TextQualifier
Text qualifier.
string? TextQualifier { get; }