Table of Contents

Class CountActivitiesInput

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

Remarks

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

Constructors

CountActivitiesInput(string, ActivityCountOptions?)

public CountActivitiesInput(string Query, ActivityCountOptions? Options)

Parameters

Query string

Count query.

Options ActivityCountOptions

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 ActivityCountOptions? Options { get; init; }

Property Value

ActivityCountOptions

Query

Count query.

public string Query { get; init; }

Property Value

string