TimeBoundary Class

Definition

Captures time-boundary details.

public class TimeBoundary : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.TimeBoundary>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.TimeBoundary>
type TimeBoundary = class
    interface IJsonModel<TimeBoundary>
    interface IPersistableModel<TimeBoundary>
Public Class TimeBoundary
Implements IJsonModel(Of TimeBoundary), IPersistableModel(Of TimeBoundary)
Inheritance
TimeBoundary
Implements

Constructors

TimeBoundary()

Initializes a new instance of TimeBoundary.

Properties

EndTime

The end of the time boundary.

StartTime

The start of the time boundary.

TimeZone

The timezone of the time boundary.

Explicit Interface Implementations

IJsonModel<TimeBoundary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TimeBoundary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TimeBoundary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TimeBoundary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TimeBoundary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to