Interface CfnDashboard.IPluginVisualItemsLimitConfigurationProperty
A query limits configuration.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPluginVisualItemsLimitConfigurationProperty
Syntax (vb)
Public Interface IPluginVisualItemsLimitConfigurationProperty
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 pluginVisualItemsLimitConfigurationProperty = new PluginVisualItemsLimitConfigurationProperty {
ItemsLimit = 123
};
Synopsis
Properties
Items |
Determines how many values are be fetched at once. |
Properties
ItemsLimit
Determines how many values are be fetched at once.
virtual Nullable<double> ItemsLimit { get; }
Property Value
System.