Class ActivityListPaginatedOptions
- Namespace
- Temporalio.Client
- Assembly
- Temporalio.dll
public class ActivityListPaginatedOptions : ICloneable
- Inheritance
-
ActivityListPaginatedOptions
- Implements
- Inherited Members
Remarks
WARNING: Standalone activities are experimental.
Properties
PageSize
Gets or sets the number of results per page. Zero means server default.
public int PageSize { get; set; }
Property Value
Rpc
Gets or sets RPC options for listing activities.
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.