Table of Contents

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

int

Rpc

Gets or sets RPC options for listing operations.

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.