RunFilterContent Class

Definition

Query parameters for listing runs.

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

Constructors

RunFilterContent(DateTimeOffset, DateTimeOffset)

Initializes a new instance of RunFilterContent.

Properties

ContinuationToken

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

Filters

List of filters.

LastUpdatedAfter

The time at or after which the run event was updated in 'ISO 8601' format.

LastUpdatedBefore

The time at or before which the run event was updated in 'ISO 8601' format.

OrderBy

List of OrderBy option.

Explicit Interface Implementations

IJsonModel<RunFilterContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RunFilterContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RunFilterContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunFilterContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RunFilterContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to