AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Specifies the interval between each scheduled refresh of a dataset.

Inheritance Hierarchy

System.Object
  Amazon.QuickSight.Model.RefreshFrequency

Namespace: Amazon.QuickSight.Model
Assembly: AWSSDK.QuickSight.dll
Version: 3.x.y.z

Syntax

C#
public class RefreshFrequency

The RefreshFrequency type exposes the following members

Constructors

NameDescription
Public Method RefreshFrequency()

Properties

NameTypeDescription
Public Property Interval Amazon.QuickSight.RefreshInterval

Gets and sets the property Interval.

The interval between scheduled refreshes. Valid values are as follows:

  • MINUTE15: The dataset refreshes every 15 minutes. This value is only supported for incremental refreshes. This interval can only be used for one schedule per dataset.

  • MINUTE30:The dataset refreshes every 30 minutes. This value is only supported for incremental refreshes. This interval can only be used for one schedule per dataset.

  • HOURLY: The dataset refreshes every hour. This interval can only be used for one schedule per dataset.

  • DAILY: The dataset refreshes every day.

  • WEEKLY: The dataset refreshes every week.

  • MONTHLY: The dataset refreshes every month.

Public Property RefreshOnDay Amazon.QuickSight.Model.ScheduleRefreshOnEntity

Gets and sets the property RefreshOnDay.

The day of the week that you want to schedule the refresh on. This value is required for weekly and monthly refresh intervals.

Public Property TimeOfTheDay System.String

Gets and sets the property TimeOfTheDay.

The time of day that you want the datset to refresh. This value is expressed in HH:MM format. This field is not required for schedules that refresh hourly.

Public Property Timezone System.String

Gets and sets the property Timezone.

The timezone that you want the refresh schedule to use. The timezone ID must match a corresponding ID found on java.util.time.getAvailableIDs().

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5