Class BackfillScheduleInput
- Namespace
- Temporalio.Client.Interceptors
- Assembly
- Temporalio.dll
Input for Backfill
- Inheritance
-
Backfill
Schedule Input
- Implements
- Inherited Members
Remarks
WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.
Constructors
BackfillScheduleInput(string, IReadOnlyCollection<ScheduleBackfill>, RpcOptions?)
Input for Backfill
public BackfillScheduleInput(string Id, IReadOnlyCollection<ScheduleBackfill> Backfills, RpcOptions? RpcOptions)
Parameters
Id
stringSchedule ID.
Backfills
IReadOnly <ScheduleCollection Backfill >Backfills.
RpcOptions
RpcOptions RPC options.
Remarks
WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.
Properties
Backfills
Backfills.
Property Value
Id
Schedule ID.
Property Value
RpcOptions
RPC options.