Table of Contents

Class CountWorkflowsInput

Namespace
Temporalio.Client.Interceptors
Assembly
Temporalio.dll
public record CountWorkflowsInput : IEquatable<CountWorkflowsInput>
Inheritance
CountWorkflowsInput
Implements
Inherited Members

Remarks

WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.

Constructors

CountWorkflowsInput(string, WorkflowCountOptions?)

public CountWorkflowsInput(string Query, WorkflowCountOptions? Options)

Parameters

Query string

Count query.

Options WorkflowCountOptions

Options passed in to count.

Remarks

WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.

Properties

Options

Options passed in to count.

public WorkflowCountOptions? Options { get; init; }

Property Value

WorkflowCountOptions

Query

Count query.

public string Query { get; init; }

Property Value

string