Show / Hide Table of Contents

Interface CfnTemplate.IPaginationConfigurationProperty

The pagination configuration for a table visual or boxplot.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTemplate.IPaginationConfigurationProperty
Syntax (vb)
Public Interface CfnTemplate.IPaginationConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-paginationconfiguration.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.AWS.QuickSight;

             var paginationConfigurationProperty = new PaginationConfigurationProperty {
                 PageNumber = 123,
                 PageSize = 123
             };

Synopsis

Properties

PageNumber

Indicates the page number.

PageSize

Indicates how many items render in one page.

Properties

PageNumber

Indicates the page number.

double PageNumber { get; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-paginationconfiguration.html#cfn-quicksight-template-paginationconfiguration-pagenumber

PageSize

Indicates how many items render in one page.

double PageSize { get; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-paginationconfiguration.html#cfn-quicksight-template-paginationconfiguration-pagesize

Back to top Generated by DocFX