Class NexusOperationListPaginatedOptions
- Namespace
- Temporalio.Client
- Assembly
- Temporalio.dll
Options for listing standalone Nexus operations with manual pagination.
public class NexusOperationListPaginatedOptions : ICloneable
- Inheritance
-
NexusOperationListPaginatedOptions
- Implements
- Inherited Members
Remarks
WARNING: Standalone Nexus operations are experimental.
Properties
PageSize
Gets or sets the page size. 0 or negative means server default.
public int PageSize { get; set; }
Property Value
Rpc
Gets or sets RPC options for listing operations.
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.