다음을 통해 공유


PresentationTimeRange Class

Definition

The presentation time range, this is asset related and not recommended for Account Filter.

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

Constructors

PresentationTimeRange()

Initializes a new instance of PresentationTimeRange.

Properties

EndTimestamp

The absolute end time boundary.

ForceEndTimestamp

The indicator of forcing existing of end time stamp.

LiveBackoffDuration

The relative to end right edge.

PresentationWindowDuration

The relative to end sliding window.

StartTimestamp

The absolute start time boundary.

Timescale

The time scale of time stamps.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PresentationTimeRange>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PresentationTimeRange>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PresentationTimeRange>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PresentationTimeRange>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PresentationTimeRange>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to