TriggerFilterContent Class

Definition

Query parameters for triggers.

public class TriggerFilterContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.TriggerFilterContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.TriggerFilterContent>
public class TriggerFilterContent
type TriggerFilterContent = class
    interface IJsonModel<TriggerFilterContent>
    interface IPersistableModel<TriggerFilterContent>
type TriggerFilterContent = class
Public Class TriggerFilterContent
Implements IJsonModel(Of TriggerFilterContent), IPersistableModel(Of TriggerFilterContent)
Public Class TriggerFilterContent
Inheritance
TriggerFilterContent
Implements

Constructors

TriggerFilterContent()

Initializes a new instance of TriggerFilterContent.

Properties

ContinuationToken

The continuation token for getting the next page of results. Null for first page.

ParentTriggerName

The name of the parent TumblingWindowTrigger to get the child rerun triggers.

Explicit Interface Implementations

IJsonModel<TriggerFilterContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TriggerFilterContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TriggerFilterContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TriggerFilterContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TriggerFilterContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to