Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uploadsettings.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uploadsettings.html#cfn-quicksight-dataset-uploadsettings-containsheader

Type union: either bool or IResolvable

Delimiter

The delimiter between values in the file.

string? Delimiter { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uploadsettings.html#cfn-quicksight-dataset-uploadsettings-delimiter

Format

File format.

string? Format { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uploadsettings.html#cfn-quicksight-dataset-uploadsettings-format

StartFromRow

A row number to start reading data from.

double? StartFromRow { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uploadsettings.html#cfn-quicksight-dataset-uploadsettings-startfromrow

TextQualifier

Text qualifier.

string? TextQualifier { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uploadsettings.html#cfn-quicksight-dataset-uploadsettings-textqualifier

Back to top Generated by DocFX