Table of Contents

Class WorkflowListPaginatedOptions

Namespace
Temporalio.Client
Assembly
Temporalio.dll
public class WorkflowListPaginatedOptions : ICloneable
Inheritance
WorkflowListPaginatedOptions
Implements
Inherited Members

Properties

PageSize

Gets or sets the number of results per page. Zero means server default.

public int PageSize { get; set; }

Property Value

int

Rpc

Gets or sets RPC options for listing workflows.

public RpcOptions? Rpc { get; set; }

Property Value

RpcOptions

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.