Interface IServerSchedule
Interface for server extract refresh schedule.
Inherited Members
Namespace: Tableau.Migration.Content.Schedules.Server
Assembly: Tableau.Migration.dll
Syntax
public interface IServerSchedule : ISchedule, INamedContent, IContentReference, IEquatable<IContentReference>, IRestIdentifiable, IScheduleExtractRefreshTasks
Properties
CreatedAt
Gets the schedule's created timestamp.
Declaration
string? CreatedAt { get; }
Property Value
| Type | Description |
|---|---|
| string |
State
Gets the schedule's state.
Declaration
string? State { get; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Gets the schedule's type.
Declaration
string Type { get; }
Property Value
| Type | Description |
|---|---|
| string |
UpdatedAt
Gets the schedule's updated timestamp.
Declaration
string? UpdatedAt { get; }
Property Value
| Type | Description |
|---|---|
| string |