Class ScheduleListOptions
- Namespace
- Temporalio.Client.Schedules
- Assembly
- Temporalio.dll
Options when listing schedules.
public class ScheduleListOptions : ICloneable
- Inheritance
-
ScheduleListOptions
- Implements
- Inherited Members
Properties
Query
Gets or sets the visibility list filter.
public string? Query { get; set; }
Property Value
Rpc
Gets or sets RPC options for listing schedules.
public RpcOptions? Rpc { get; set; }
Property Value
Methods
Clone()
Create a shallow copy of these options.
public virtual object Clone()
Returns
- object
A shallow copy of these options and any transitive options fields.