Class CfnDataSet.RefreshConfigurationProperty
The refresh configuration of a dataset.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RefreshConfigurationProperty : Object, CfnDataSet.IRefreshConfigurationProperty
Syntax (vb)
Public Class RefreshConfigurationProperty
Inherits Object
Implements CfnDataSet.IRefreshConfigurationProperty
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 refreshConfigurationProperty = new RefreshConfigurationProperty {
IncrementalRefresh = new IncrementalRefreshProperty {
LookbackWindow = new LookbackWindowProperty {
ColumnName = "columnName",
Size = 123,
SizeUnit = "sizeUnit"
}
}
};
Synopsis
Constructors
Refresh |
Properties
Incremental |
The incremental refresh for the dataset. |
Constructors
RefreshConfigurationProperty()
public RefreshConfigurationProperty()
Properties
IncrementalRefresh
The incremental refresh for the dataset.
public object IncrementalRefresh { get; set; }
Property Value
System.