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.

A scheduling object using a cron statement to schedule an event.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.Schedule

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

Syntax

C#
public class Schedule

The Schedule type exposes the following members

Constructors

NameDescription
Public Method Schedule()

Properties

NameTypeDescription
Public Property ScheduleExpression System.String

Gets and sets the property ScheduleExpression.

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

Public Property State Amazon.Glue.ScheduleState

Gets and sets the property State.

The state of the schedule.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5