ActivityRunsQueryResponse Class

Definition

A list activity runs.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.ActivityRunsQueryResponse+ActivityRunsQueryResponseConverter))]
public class ActivityRunsQueryResponse
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.ActivityRunsQueryResponse+ActivityRunsQueryResponseConverter))>]
type ActivityRunsQueryResponse = class
Public Class ActivityRunsQueryResponse
Inheritance
ActivityRunsQueryResponse
Attributes

Properties

ContinuationToken

The continuation token for getting the next page of results, if any remaining results exist, null otherwise.

Value

List of activity runs.

Applies to