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 IPaginationConfigurationProperty
Syntax (vb)
Public Interface IPaginationConfigurationProperty
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.AWS.QuickSight;
var paginationConfigurationProperty = new PaginationConfigurationProperty {
PageNumber = 123,
PageSize = 123
};
Synopsis
Properties
Page |
Indicates the page number. |
Page |
Indicates how many items render in one page. |
Properties
PageNumber
Indicates the page number.
double PageNumber { get; }
Property Value
System.
Remarks
PageSize
Indicates how many items render in one page.
double PageSize { get; }
Property Value
System.